Function GeometrySingleton.isPolygonClockwise

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

bool isPolygonClockwise (
  const(PoolArray!(godot.core.vector2.Vector2)) polygon
) nothrow @nogc;