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.
Definition at line 2184 of file matrix44.h.
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 |
Definition at line 2140 of file matrix44.h.
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 |
Definition at line 2127 of file matrix44.h.