Skip to content

Commit 84105b6

Browse files
committed
Housekeeping
1 parent 12cc693 commit 84105b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Geometry/Core.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,8 @@ intersectionPoint _ = Nothing
12921292
--
12931293
-- Returns the point of the intersection, and whether it is inside both, one, or
12941294
-- none of the provided finite line segments.
1295+
--
1296+
-- See 'intersectInfiniteLines' for a more performant, but less nuanced result.
12951297
intersectionLL :: Line -> Line -> LLIntersection
12961298
intersectionLL lineL lineR
12971299
= intersectionType

0 commit comments

Comments
 (0)