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