Module geo::algorithm::orient[][src]

Orient a Polygon’s exterior and interior rings.

Enums

Direction

By default, a properly-oriented Polygon has its outer ring oriented counter-clockwise, and its inner ring(s) oriented clockwise. Selecting Reversed will result in a Polygon with a clockwise-oriented exterior ring, and counter-clockwise interior ring(s)

Traits

Orient