mi-geom
v0.0.6
Published
A simple 2d geometry library.
Downloads
26
Readme
mi-geom
A simple geometry library, includes matrix, vector, curve, color calculation, and so on, support call in chain.
Start
npm install mi-geomExample
// matrix
import Matrix2d from "mi-geom";
let model = new Matrix2d(),
view = new Matrix2d();
let m = Matrix2d.mul(model, view);License
This package is published under MIT license.
