mi-geom
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (27)

    Package Sidebar

    Install

    npm i mi-geom

    Weekly Downloads

    0

    Version

    0.0.6

    License

    MIT

    Unpacked Size

    50.7 kB

    Total Files

    25

    Last publish

    Collaborators

    • elgine