#include "KeosPrerequisites.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::CMatrix4 |
| Class encapsulating a standard 4x4 homogenous matrix. More... | |
Functions | |
| CMatrix4 | Keos::operator * (const CMatrix4 &m, Real t) |
| CMatrix4 | Keos::operator * (Real t, const CMatrix4 &m) |
| CMatrix4 | Keos::operator/ (const CMatrix4 &m, Real t) |
| std::istream & | Keos::operator>> (std::istream &Stream, CMatrix4 &Mat) |
| std::ostream & | Keos::operator<< (std::ostream &Stream, const CMatrix4 &Mat) |
1.5.1-p1