intersectCircleCircle
Public Function
Find the intersections between a circle and a circle.
Parameters
Name | Description |
---|---|
|
The first circle's center. |
|
The first circle's radius. |
|
The second circle's center. |
|
The second circle's radius. |
Returns
Vec2d[]
Public Function
Find the intersections between a circle and a circle.
Name | Description |
---|---|
|
The first circle's center. |
|
The first circle's radius. |
|
The second circle's center. |
|
The second circle's radius. |
Vec2d[]