Versions in this module Expand all Collapse all v1 v1.0.0 Dec 25, 2023 Changes in this version + func LineIntersectsLine(strategy Strategy, line1Start, line1End, line2Start, line2End geom.Coord) lineintersection.Result + func PointIntersectsLine(strategy Strategy, point, lineStart, lineEnd geom.Coord) (hasIntersection bool) + type NonRobustLineIntersector struct + type RobustLineIntersector struct + type Strategy interface