pub fn is_clockwise(polygon: &Polygon) -> bool
Checks if a polygon is oriented clockwise
polygon
True if exterior ring is clockwise, false otherwise