UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 214 B
import { defOpVV } from "./defopvv.js"; import { $add } from "./ops.js"; const [a, b, c, d] = defOpVV($add); const add = a; const add2 = b; const add3 = c; const add4 = d; export { add, add2, add3, add4 };