Click or drag to resize

MathHelperClockwisePolygon Method

Determines the points of polygon are in clockwise order.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static bool ClockwisePolygon(
	Vector2[] Polygon
)

Parameters

Polygon
Type: DXFReaderNETVector2
The vertices of polygon.

Return Value

Type: Boolean
true if the points of polygon are in clockwise order; otherwise, false
See Also