intersectCirclePolygon
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 polygon. |
Returns
null | VecLike[]
Prev
intersectCircleCircleNext
intersectCirclePolyline