warp-grid
    Preparing search index...

    Type Alias InterpolatePointOnCurveFactory

    InterpolatePointOnCurveFactory: (
        config: { precision: number; bezierEasing: BezierEasingParams },
    ) => InterpolatePointOnCurve

    Creates a function that interpolates points along a curve based on the given configuration.

    Type declaration