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...
 

Namespaces

 cpe
 Namespace for CPE classes.
 

Macros

#define MATRIX4_HPP
 

Functions

std::ostream & cpe::operator<< (std::ostream &stream, const matrix4 &m)
 output the vector in ostream More...
 
matrix4 cpe::operator+ (float s, const matrix4 &m)
 
  • operator
More...
 
matrix4 cpe::operator- (float s, const matrix4 &m)
 
  • operator
More...
 
matrix4 cpe::operator* (float s, const matrix4 &m)
 multiply by a scalar operator More...
 

Macro Definition Documentation

#define MATRIX4_HPP