UNPKG
mjs
Version:
latest (1.0.0)
1.0.0
3D matrix and vector operations
imbcmdth/mjs
mjs
/
README.markdown
15 lines
(10 loc)
•
267 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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;