UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 225 B
import { defOpSVV } from "./defopsvv.js"; import { $add } from "./ops.js"; const [a, b, c, d] = defOpSVV($add); const addS = a; const addS2 = b; const addS3 = c; const addS4 = d; export { addS, addS2, addS3, addS4 };