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 { $div } from "./ops.js"; const [a, b, c, d] = defOpSVN($div); const divNS = a; const divNS2 = b; const divNS3 = c; const divNS4 = d; export { divNS, divNS2, divNS3, divNS4 };