UNPKG

ts-useful

Version:

Functions for animation, color transitions, ecliptic, bezier, decasteljau, curves, three dimensional curves, smooth scrolling, random range, randomItem, mobius index, vectors, physics vectors, and easing.

8 lines (7 loc) 161 B
/** * * @param length number * @param index number * @returns number */ export declare const MobiusIndex: (length: number, index: number) => number;