UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 245 B
import { defOpS } from "./compile/emit.js"; import { ARGS_VVN, MIX_N, SARGS_VV } from "./compile/templates.js"; const [mixNS, mixNS2, mixNS3, mixNS4] = defOpS( MIX_N, ARGS_VVN, SARGS_VV ); export { mixNS, mixNS2, mixNS3, mixNS4 };