UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 200 B
import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV(Math.floor); const floor = a; const floor2 = b; const floor3 = c; const floor4 = d; export { floor, floor2, floor3, floor4 };