Skip to content

Documentation / @ripl/core / interpolateCirclePoint

Function: interpolateCirclePoint()

interpolateCirclePoint(cx, cy, radius): Interpolator<Point>

Defined in: packages/core/src/interpolators/path.ts:230

Creates an interpolator that traces a point around a circle of the given centre and radius.

Parameters

ParameterType
cxnumber
cynumber
radiusnumber

Returns

Interpolator<Point>