intersectCirclePolyline
See source codeFind the intersections between a circle and a bounding box.
Parameters
Name | Description |
---|---|
| The circle's center. |
|
The circle's radius. |
|
The points in the polyline. |
Returns
null | VecLike[]
Prev
intersectCirclePolygonNext
intersectLineSegmentCircle