UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 222 B
import { defOpVN } from "./defopvn.js"; import { $div } from "./ops.js"; const [a, b, c, d] = defOpVN($div); const divN = a; const divN2 = b; const divN3 = c; const divN4 = d; export { divN, divN2, divN3, divN4 };