UNPKG

@thi.ng/matrices

Version:

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

14 lines (13 loc) 278 B
import { div as _div, div4 } from "@thi.ng/vectors/div"; import { $div } from "@thi.ng/vectors/ops"; import { defMath } from "./defmath.js"; const div = _div; const div22 = div4; const [div23, div33, div44] = defMath($div); export { div, div22, div23, div33, div44 };