ixfx
    Preparing search index...

    Type Alias AngleInterpolateOptions

    AngleInterpolateOptions: Partial<InterpolateOptions> & {
        direction?: AngleDirection;
    }

    Type Declaration

    • Optionaldirection?: AngleDirection

      How to interpolate between angles. Default is short, which means the shortest path between angles is taken. cw means always interpolate in a clockwise direction, ccw means always interpolate in a counter-clockwise direction.