UNPKG

@thi.ng/vectors

Version:

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

12 lines (11 loc) 196 B
import { defOpS } from "./compile/emit.js"; import { MATH } from "./compile/templates.js"; const [addS, addS2, addS3, addS4] = defOpS( MATH("+") ); export { addS, addS2, addS3, addS4 };