UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 252 B
import { fit01 as op } from "@thi.ng/math/fit"; import { defOpVVV } from "./defopvvv.js"; const [a, b, c, d] = defOpVVV(op); const fit01 = a; const fit01_2 = b; const fit01_3 = c; const fit01_4 = d; export { fit01, fit01_2, fit01_3, fit01_4 };