0.0.6 • Published 6 years ago

mi-geom v0.0.6

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

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago