Math: A math library for Famo.us
================================

A simple math library used throughout the core.


## Files

- Matrix.js: Simple math libary for 3x3 numerical matrices.
- Quaternion.js: Simple library for using [Quaternions][quaternion]
- Random.js: Extremely simple uniform random number generator library wrapping
  Math.random().
- Utilities.js: A collection of static methods to help with math functions (clamp + numerical array length)
- Vector.js: Three-element numerical vector library.


## Documentation

- [Reference Docs][reference-documentation]


## License

Copyright (c) 2015 Famous Industries, Inc.

This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
one at http://mozilla.org/MPL/2.0/.


[reference-documentation]: http://famo.us/docs
[quaternion]: http://en.wikipedia.org/wiki/Quaternion
