A simple math library used throughout the core.
- 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
- Vector.js: Three-element numerical vector library.
- David Valdman [email protected]
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/.