Module geo::algorithm::winding_order [−][src]
Expand description
Calculate and work with the winding order of Linestring
s.
Structs
Iterates through a list of Point
s
Enums
How a linestring is wound, clockwise or counter-clockwise
Traits
Determine and operate on how a LineString
is
wound. This functionality, and our implementation is
based on CGAL’s Polygon_2::orientation.