UNPKG

@thi.ng/matrices

Version:

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

13 lines (12 loc) 262 B
import { mulN as _mulN, mulN4 } from "@thi.ng/vectors/muln"; import { defMathN } from "./compile/emit.js"; const mulN = _mulN; const mulN22 = mulN4; const [mulN23, mulN33, mulN44] = defMathN(mulN, "*"); export { mulN, mulN22, mulN23, mulN33, mulN44 };