# Functions
OfGeomPoints is the same as OfPoints, just a convenience to unwrap geom.Point.
OfPoints returns the winding order of the given points.
Orient will take the points and calculate the Orientation of the points.
Orientation returns the orientation of the set of the points given the direction of the positive values of the y axis.
# Constants
Clockwise indicates that the winding order is in the clockwise direction.
Colinear indicates that the points are colinear to each other.
Collinear alternative spelling of Colinear.
CounterClockwise indicates that the winding order is in the counter clockwise direction.
# Type aliases
Winding is the clockwise direction of a set of points.