ixfx
    Preparing search index...

    Type Alias ArcInterpolate

    ArcInterpolate: {
        (amount: number, arc: Arc, allowOverflow: boolean, origin: Point): Point;
        (amount: number, arc: ArcPositioned, allowOverflow?: boolean): Point;
    }

    Function which can interpolate along an Arc or ArcPositioned.

    Type declaration