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 { $addI } from "./ops.js"; const [a, b, c, d] = defOpVV($addI); const addI = a; const addI2 = b; const addI3 = c; const addI4 = d; export { addI, addI2, addI3, addI4 };