0.0.6 • Published 7 years ago

mi-geom v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

mi-geom

A simple geometry library, includes matrix, vector, curve, color calculation, and so on, support call in chain.

Start

npm install mi-geom

Example

// 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.

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago