UNPKG

mjs

Version:

3D matrix and vector operations

15 lines (10 loc) 267 B
# 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;