mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-30 20:02:11 +00:00
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