Versions in this module Expand all Collapse all v1 v1.0.0 Dec 25, 2023 Changes in this version + type Result struct + func NewResult(intersectionType Type, intersection []geom.Coord) Result + func (i *Result) HasIntersection() bool + func (i *Result) Intersection() []geom.Coord + func (i *Result) Type() Type + type Type int + const CollinearIntersection + const NoIntersection + const PointIntersection + func (t Type) String() string