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