/home/damien/work/2012_2013_teaching/2012_5eti_synthese/lib3d/matrix4.hpp File Reference
+ Include dependency graph for matrix4.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cpe::matrix4
 Matrix 4x4. More...
 
class  cpe::exception_matrix4
 Special exception class for v3. More...
 

Namespaces

namespace  cpe
 Namespace for CPE classes.
 

Functions

std::ostream & cpe::operator<< (std::ostream &stream, const matrix4 &m)
 output the vector in ostream
 
matrix4 cpe::operator+ (const double &s, const matrix4 &m)
 
  • operator

 
matrix4 cpe::operator- (const double &s, const matrix4 &m)
 
  • operator

 
matrix4 cpe::operator* (const double &s, const matrix4 &m)
 multiply by a scalar operator