UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 213 B
import { defOp } from "./compile/emit.js"; import { ARGS_VVN, MIX_N } from "./compile/templates.js"; const [mixN, mixN2, mixN3, mixN4] = defOp( MIX_N, ARGS_VVN ); export { mixN, mixN2, mixN3, mixN4 };