MathFu
An open source project by
FPL.
|
mathfu | Namespace for MathFu library |
Vector< T, 2 > | |
VectorPacked< T, 2 > | |
Vector< T, 3 > | |
VectorPacked< T, 3 > | |
Vector< T, 4 > | |
VectorPacked< T, 4 > | |
Vector< float, 4 > | |
Matrix | Matrix stores a set of "rows" by "columns" elements of type T and provides functions that operate on the set of elements |
Constants< float > | Functions that return constants for float values |
Constants< double > | Functions that return constants for double values |
Quaternion | Stores a Quaternion of type T and provides a set of utility operations on each Quaternion |
Rect | Rect of type T containing position (pos) and width |
simd_allocator | SIMD-safe memory allocator, for use with STL types like std::vector |
rebind | Obtains an allocator of a different type |
Vector | Vector of d elements with type T |
VectorPacked | Packed N-dimensional vector |