UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 201 B
import { defOp } from "./compile/emit.js"; import { ARGS_VVV, MIX } from "./compile/templates.js"; const [mix, mix2, mix3, mix4] = defOp( MIX, ARGS_VVV ); export { mix, mix2, mix3, mix4 };