UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 224 B
import { defOpVV } from "./defopvv.js"; import { $subI } from "./ops.js"; const [a, b, c, d] = defOpVV($subI); const subI = a; const subI2 = b; const subI3 = c; const subI4 = d; export { subI, subI2, subI3, subI4 };