0.2.1 • Published 6 years ago

@iortho/matrix2d v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

CSS tranform-2D matrix

Source Code 👉

Install

npm install @iortho/matrix2d

Usage

import Matrix2D from '@iortho/matrix2d';

Quick Start

import Matrix2D from '@iortho/matrix2d';
let mat1 = new Matrix2D(1, 0, 0, 1, 0, 0); // matrix(1,0,0,1,0,0)
let mat2 = mat1.lmul([-1, 0, 0, -1, 0, 0]); // matrix(-1,0,0,-1,0,0)

API

Comming soom...

License

MIT 👉

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago