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) |
| |
matrix4 | cpe::operator- (float s, const matrix4 &m) |
| |
matrix4 | cpe::operator* (float s, const matrix4 &m) |
multiply by a scalar operator More... | |
#define MATRIX4_HPP |