Classes |
|
class | BALL::TMatrix4x4< T > |
Generic 4x4 Matrix Class. More... |
|
Typedefs |
|
typedef TMatrix4x4< float > | BALL::Matrix4x4 |
The Default TMatrix4x4 Type. |
|
Storers |
|
template<typename T > | |
std::istream & | BALL::operator>> (std::istream &s, TMatrix4x4< T > &m) |
Input Operator. |
|
template<typename T > | |
std::ostream & | BALL::operator<< (std::ostream &s, const TMatrix4x4< T > &m) |
Output Operator Writes sixteen
values of type T to an output stream. |
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 | |||
) |
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 | |||
) |
Input Operator.
Read sixteen values of type T
from an input
stream.
s | the input stream | |
m | the matrix to read |
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.