Classes | |
class | BALL::TMatrix4x4< T > |
Typedefs | |
typedef TMatrix4x4< float > | BALL::Matrix4x4 |
Storers | |
template<typename T > | |
std::istream & | BALL::operator>> (std::istream &s, TMatrix4x4< T > &m) |
template<typename T > | |
std::ostream & | BALL::operator<< (std::ostream &s, const TMatrix4x4< T > &m) |
Matrix representing transformations: class TMatrix4x4 and class Matrix4x4
typedef TMatrix4x4<float> BALL::Matrix4x4 |
The Default TMatrix4x4 Type. This default is predefined for convenience for those cases where single precision is sufficient.
std::ostream & BALL::operator<< | ( | std::ostream & | s, | |
const TMatrix4x4< T > & | m | |||
) | [inline] |
Output Operator Writes sixteen values of type T
to an output stream.
s | the output stream | |
m | the matrix to write |
References BALL::TMatrix4x4< T >::m11, BALL::TMatrix4x4< T >::m12, BALL::TMatrix4x4< T >::m13, BALL::TMatrix4x4< T >::m14, BALL::TMatrix4x4< T >::m21, BALL::TMatrix4x4< T >::m22, BALL::TMatrix4x4< T >::m23, BALL::TMatrix4x4< T >::m24, BALL::TMatrix4x4< T >::m31, BALL::TMatrix4x4< T >::m32, BALL::TMatrix4x4< T >::m33, BALL::TMatrix4x4< T >::m34, BALL::TMatrix4x4< T >::m41, BALL::TMatrix4x4< T >::m42, BALL::TMatrix4x4< T >::m43, and BALL::TMatrix4x4< T >::m44.
std::istream & BALL::operator>> | ( | std::istream & | s, | |
TMatrix4x4< T > & | m | |||
) | [inline] |
Input Operator. Read sixteen values of type T
from an input stream.
s | the input stream | |
m | the matrix to read |
References BALL::Constants::c, BALL::TMatrix4x4< T >::m11, BALL::TMatrix4x4< T >::m12, BALL::TMatrix4x4< T >::m13, BALL::TMatrix4x4< T >::m14, BALL::TMatrix4x4< T >::m21, BALL::TMatrix4x4< T >::m22, BALL::TMatrix4x4< T >::m23, BALL::TMatrix4x4< T >::m24, BALL::TMatrix4x4< T >::m31, BALL::TMatrix4x4< T >::m32, BALL::TMatrix4x4< T >::m33, BALL::TMatrix4x4< T >::m34, BALL::TMatrix4x4< T >::m41, BALL::TMatrix4x4< T >::m42, BALL::TMatrix4x4< T >::m43, and BALL::TMatrix4x4< T >::m44.