UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 242 B
import { wrap as op } from "@thi.ng/math/interval"; import { defOpVVV } from "./defopvvv.js"; const [a, b, c, d] = defOpVVV(op); const wrap = a; const wrap2 = b; const wrap3 = c; const wrap4 = d; export { wrap, wrap2, wrap3, wrap4 };