UNPKG

@thi.ng/matrices

Version:

Matrix & quaternion operations for 2D/3D geometry processing

13 lines (12 loc) 262 B
import { addN as _addN, addN4 } from "@thi.ng/vectors/addn"; import { defMathN } from "./compile/emit.js"; const addN = _addN; const addN22 = addN4; const [addN23, addN33, addN44] = defMathN(addN, "+"); export { addN, addN22, addN23, addN33, addN44 };