UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 232 B
import { defOpVN } from "./defopvn.js"; import { $mulU } from "./ops.js"; const [a, b, c, d] = defOpVN($mulU); const mulNU = a; const mulNU2 = b; const mulNU3 = c; const mulNU4 = d; export { mulNU, mulNU2, mulNU3, mulNU4 };