Function.Intersection of Segments
sprotty / intersectionOfSegments
intersectionOfSegments(
seg1
,seg2
):undefined
|Point
Defined in: packages/sprotty/src/features/edge-intersection/sweepline.ts:173
Tests whether two segments intersect and returns the intersection point if existing.
undefined
| Point