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 { $mul } from "./ops.js"; const [a, b, c, d] = defOpVN($mul); const mulN = a; const mulN2 = b; const mulN3 = c; const mulN4 = d; export { mulN, mulN2, mulN3, mulN4 };