Searched refs:lineSegmentIntersectsLineSegment (Results 1 – 1 of 1) sorted by relevance
50 bool lineSegmentIntersectsLineSegment(const GeometryCoordinate& a0, const GeometryCoordinate& a1, c… in lineSegmentIntersectsLineSegment() function62 if (lineSegmentIntersectsLineSegment(a0, a1, b0, b1)) return true; in lineIntersectsLine()