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.

11 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Vector = void 0; const vect_1 = require("./abstract/vect"); class Vector extends vect_1.Vect { constructor(coordinate) { super(coordinate); } } exports.Vector = Vector; //# sourceMappingURL=vector.js.map