The search functionality needs JavaScript enabled
Returns true if polygon's vertices are ordered in clockwise order, otherwise returns false.
true
polygon
false
bool isPolygonClockwise ( const(PoolArray!(godot.core.vector2.Vector2)) polygon ) nothrow @nogc;