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 [subm, subm2, subm3, subm4] = defOp( MATH2("-", "*"), ARGS_VVV ); export { subm, subm2, subm3, subm4 };