#include "geometry.hh"#include "vector.hh"#include <cassert>#include <cmath>

Go to the source code of this file.
Functions | |
| INLINE std::ostream & | operator<< (std::ostream &AStream, const CTransformationMatrix &AMatrix) |
| INLINE std::ostream& operator<< | ( | std::ostream & | AStream, | |
| const CTransformationMatrix & | AMatrix | |||
| ) |
| AStream | Le flot dans lequel afficher la matrice | |
| AMatrix | La matrice à afficher |
Definition at line 470 of file transformation-matrix.icc.
1.5.8