Files
geometry/include
Adam Wulkiewicz 8c1505bc4e Remove redundant reverse/close views.
Rename close_view and close_clockwise_view to closed_view and
closed_clockwise_view.

Leave only the following views:
- closed_view
- clockwise_view
- closed_clockwise_view

This means that in all algorithms consistently first the range may be closed
and then reversed if necessary.

Replace Reverse->Direction translation with Reverse->Order.

iterate_direction and order_as_direction are unused now but left for
backward compatibility.

Rename normalized_view.hpp to closed_clockwise_view.hpp
2021-06-17 18:57:39 +02:00
..