UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 233 B
import { defOpSVN } from "./defopsvn.js"; import { $add } from "./ops.js"; const [a, b, c, d] = defOpSVN($add); const addNS = a; const addNS2 = b; const addNS3 = c; const addNS4 = d; export { addNS, addNS2, addNS3, addNS4 };