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 { $div } from "./ops.js"; const [a, b, c, d] = defOpSVV($div); const divS = a; const divS2 = b; const divS3 = c; const divS4 = d; export { divS, divS2, divS3, divS4 };