Find the intersections between a circle and a bounding box.
function intersectCirclePolyline( c: VecLike, r: number, points: VecLike[] ): null | VecLike[]
c
VecLike
The circle's center.
r
number
The circle's radius.
points
VecLike[]
The points in the polyline.
null | VecLike[]
We use cookies on this website. Learn more in our Cookie Policy.