getPointOnCircle
Public function
Get a point on the perimeter of a circle.
Signature
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
References
Source

