Documentation / @ripl/core / interpolateCirclePoint
Function: interpolateCirclePoint() ​
interpolateCirclePoint(
cx,cy,radius):Interpolator<Point>
Defined in: packages/core/src/interpolators/path.ts:150
Creates an interpolator that traces a point around a circle of the given centre and radius.
Parameters ​
| Parameter | Type |
|---|---|
cx | number |
cy | number |
radius | number |