Math: A math library for Famo.us [![Build Status](https://travis-ci.org/Famous/math.svg)](https://travis-ci.org/Famous/math)
================================

A simple math library used throughout the core.


## Files

- Matrix.js: Simple math libary for 3x3 numerical matrices.
- Random.js: Extremely simple uniform random number generator library wrapping
  Math.random().
- Quaternion.js: Simple library for using [Quaternions][quaternion]
- Vector.js: Three-element numerical vector library.


## Documentation

- [Reference Docs][reference-documentation]


## Maintainer

- David Valdman <david@famo.us>


## License

Copyright (c) 2014 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
