UNPKG

@thi.ng/vectors

Version:

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

11 lines (10 loc) 162 B
import { defFnOp } from "./compile/emit.js"; const [floor, floor2, floor3, floor4] = defFnOp( "Math.floor" ); export { floor, floor2, floor3, floor4 };