0.0.6 • Published 8 years ago

mi-geom v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago