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 [madd, madd2, madd3, madd4] = defOp( MATH2("*", "+"), ARGS_VVV ); export { madd, madd2, madd3, madd4 };