Orientation

Del.» function Orientation(const poly: TPolygon): boolean;

C++ » bool Orientation(const Polygon &poly); // Function in the ClipperLib namespace.

C#  » public static bool Orientation(Polygon poly); // Static method of the Clipper class in the ClipperLib namespace.

Given that polygon vertices are declared in a specific order, orientation refers to the direction (clockwise or counter-clockwise) that these vertices progress around the contents of a polygon.

Orientation is also dependent on axis direction:



Notes:


See Also

Overview, Clipper.ReverseSolution, OffsetPolygons, Polygon