UNPKG

@thi.ng/matrices

Version:

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

13 lines (12 loc) 243 B
import { sub as _sub, sub4 } from "@thi.ng/vectors/sub"; import { defMath } from "./compile/emit.js"; const sub = _sub; const sub22 = sub4; const [sub23, sub33, sub44] = defMath(sub, "-"); export { sub, sub22, sub23, sub33, sub44 };