UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 245 B
import { step as op } from "@thi.ng/math/step"; import { defOpVV } from "./defopvv.js"; const [a, b, c, d] = defOpVV(op, 1, false); const step = a; const step2 = b; const step3 = c; const step4 = d; export { step, step2, step3, step4 };