Go to the source code of this file.
|
| math |
| Mathematical functions and data types.
|
|
|
template<class T > |
transform< T > | math::inverse (const transform< T > &t) |
| Calculates the inverse of a transform. More...
|
|
template<class T > |
matrix< T, 4, 4 > | math::matrix_cast (const transform< T > &t) |
| Converts a transform to a transformation matrix. More...
|
|
template<class T > |
transform< T > | math::mul (const transform< T > &x, const transform< T > &y) |
| Multiplies two transforms. More...
|
|
template<class T > |
vector< T, 3 > | math::mul (const transform< T > &t, const vector< T, 3 > &v) |
| Multiplies a vector by a transform. More...
|
|