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 { $mul } from "./ops.js"; const [a, b, c, d] = defOpSVN($mul); const mulNS = a; const mulNS2 = b; const mulNS3 = c; const mulNS4 = d; export { mulNS, mulNS2, mulNS3, mulNS4 };