UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 238 B
import { defOpSVVV } from "./defopsvvv.js"; import { $madd } from "./ops.js"; const [a, b, c, d] = defOpSVVV($madd); const maddS = a; const maddS2 = b; const maddS3 = c; const maddS4 = d; export { maddS, maddS2, maddS3, maddS4 };