UNPKG

@thi.ng/vectors

Version:

Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts

14 lines (13 loc) 241 B
import { fract as op } from "@thi.ng/math/prec"; import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV(op); const fract = a; const fract2 = b; const fract3 = c; const fract4 = d; export { fract, fract2, fract3, fract4 };