package
0.1.0
Repository: https://github.com/go-spatial/geom.git
Documentation: pkg.go.dev

# 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.

# Structs

Order configures how the orientation of a set of points is determined.

# Type aliases

Winding is the clockwise direction of a set of points.