4x4 Matrix
[Primitive datatypes]

Matrix representing transformations: class TMatrix4x4 and class Matrix4x4 . More...
Collaboration diagram for 4x4 Matrix:

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.

Detailed Description

Matrix representing transformations: class TMatrix4x4 and class Matrix4x4 .

Typedef Documentation

typedef TMatrix4x4<float> BALL::Matrix4x4

The Default TMatrix4x4 Type.

This default is predefined for convenience for those cases where single precision is sufficient.


Function Documentation

template<typename T >
std::ostream & BALL::operator<< ( std::ostream & s,
const TMatrix4x4< T > & m
)

template<typename T >
std::istream & BALL::operator>> ( std::istream & s,
TMatrix4x4< T > & m
)

Generated on Thu Aug 6 18:30:01 2009 for BALL by doxygen 1.5.8