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.

6 lines (5 loc) 170 B
import { Vect } from './abstract/vect'; import { coordinate } from './types'; export declare class Vector extends Vect { constructor(coordinate?: coordinate); }