package
1.6.0
Repository: https://github.com/twpayne/go-geom.git
Documentation: pkg.go.dev

# Functions

Intersection computes the intersection point of the two lines using math.big.Float arithmetic.
OrientationIndex returns the index of the direction of point relative to a vector specified by vectorOrigin-vectorEnd vectorOrigin - the origin point of the vector vectorEnd - the final point of the vector point - the point to compute the direction to Returns CounterClockwise if point is counter-clockwise (left) from vectorOrigin-vectorEnd.