UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 223 B
import { defOp } from "./compile/emit.js"; import { ARGS_VVV, MATH2 } from "./compile/templates.js"; const [addm, addm2, addm3, addm4] = defOp( MATH2("+", "*"), ARGS_VVV ); export { addm, addm2, addm3, addm4 };