getPointOnCircle
Get a point on the perimeter of a circle.
function getPointOnCircle(center: VecLike, r: number, a: number): Vec
Parameters
Name | Description |
---|---|
|
The center of the circle. |
|
The radius of the circle. |
|
The angle in radians. |
Returns
Vec