Skip to main content

Module orientation

Module orientation 

Source

Enums§

Orientation2
The winding order of three 2D points.

Functions§

orientation_2d
Returns the winding order of three 2D points.
orientation_2d_with_tolerance
Returns the winding order of three 2D points using an explicit area tolerance.
signed_twice_area_2d
Returns twice the signed area of the triangle formed by three 2D points.
try_orientation_2d
Returns the winding order of three 2D points with finite coordinates.
try_orientation_2d_with_tolerance
Returns the winding order of three finite 2D points using an explicit area tolerance.