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

# Functions

NewResult create a new result object.

# Constants

CollinearIntersection indicates that the lines overlap each other.
NoIntersection indicates that the lines do not intersect.
PointIntersection indicates that the lines intersect at a point.

# Structs

Result the results from LineIntersectsLine function.

# Type aliases

Type enumerates the types of intersection two lines can have.