are_points_clockwise_oriented#
- are_points_clockwise_oriented(points)#
Determine if a set of 2D points are oriented in a clockwise direction.
- Parameters:
- pointsarray-like
An array of 2D points.
- Returns:
- bool
True if the points are clockwise oriented, False otherwise.