matrix4x1.hpp File Reference
+ Include dependency graph for matrix4x1.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cpe::matrix4x1
 Matrix 1x4. More...
 

Namespaces

 cpe
 Namespace for CPE classes.
 

Macros

#define matrix4x1_HPP
 

Functions

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

Macro Definition Documentation

#define matrix4x1_HPP