# gl-math
A javascript 3D math library.

most of the code is taken from [three.js](https://github.com/mrdoob/three.js)

## Document
[Document](https://hujiulong.github.io/gl-math/)

## Install
```bash
npm install gl-math --save
```