intersectLineSegmentPolyline
Public Function
Find the intersections between a line segment and a polyline.
Parameters
Name | Description |
---|---|
|
The segment's first point. |
|
The segment's second point. |
|
The points in the polyline. |
Returns
null | VecLike[]
Public Function
Find the intersections between a line segment and a polyline.
Name | Description |
---|---|
|
The segment's first point. |
|
The segment's second point. |
|
The points in the polyline. |
null | VecLike[]