-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Closed
Labels
Milestone
Description
Description
Ability to calculate intersection point of two line segments. Recently needed to hand-roll it, so I wonder if its a useful addition
Solution
Method intersectLine
on Line3. Interface and behavior could be the same as Plane's intersectLine
Alternatives
I wrote it myself with guidance of https://en.wikipedia.org/wiki/Line%E2%80%93line_intersection
Additional context
I could create a PR if the feature it deemed useful