Determine if an array of points are ordered to create a clockwise path.
Note that this is a linear function so it is necessary to calculate separately for x, y components of a polygon.
True if points are clockwise ordered.
points defining a 2D polygon
Determine if an array of points are ordered to create a clockwise path.
Note that this is a linear function so it is necessary to calculate separately for x, y components of a polygon.
Returns
True if points are clockwise ordered.