| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/errorhandler.h>#include <vrs/vector.h>#include <iostream>#include <vrs/matrix.tli>Go to the source code of this file.
Namespaces | |
| namespace | VRS |
Classes | |
| class | VRS::Matrix4x4Base< T > |
| 4x4 Matrix Class. More... | |
Typedefs | |
| typedef Matrix4x4Base< float > | VRS::Matrix4x4f |
| typedef Matrix4x4Base< double > | VRS::Matrix4x4d |
| typedef Matrix4x4d | VRS::Matrix |
Functions | |
| template<typename T> | |
| std::ostream & | VRS::operator<< (std::ostream &, const Matrix4x4Base< T > &mat) |
| template<typename T> | |
| std::istream & | VRS::operator>> (std::istream &, Matrix4x4Base< T > &mat) |