Function orientation_2d
pub fn orientation_2d(a: Point2, b: Point2, c: Point2) -> Orientation2Expand description
Returns the winding order of three 2D points.
pub fn orientation_2d(a: Point2, b: Point2, c: Point2) -> Orientation2Returns the winding order of three 2D points.