GeometrySingleton.isPolygonClockwise

Returns true if polygon's vertices are ordered in clockwise order, otherwise returns false.

struct GeometrySingleton
@nogc nothrow
bool
isPolygonClockwise
(
in PoolVector2Array polygon
)

Meta