Skip to content

imbcmdth/mjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

mjs

3D Matrix and Vector operators for node.js

This is a fork of webgl_mjs creating an easy to use node module.

Installation

npm install mjs

Usage

var MJS = require('mjs')(Array),
    V3 = MJS.V3,
    V2 = MJS.V2,
    M4x4 = MJS.M4x4;

About

Matrix and Vector operations for Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published