Include dependency graph for matrix4x1.cpp:Namespaces | |
| cpe | |
| Namespace for CPE classes. | |
Functions | |
| matrix4x1 | cpe::operator+ (float s, const matrix4x1 &m) |
| |
| matrix4x1 | cpe::operator- (float s, const matrix4x1 &m) |
| |
| matrix4x1 | cpe::operator* (float s, const matrix4x1 &m) |
| multiply by a scalar operator More... | |
| std::ostream & | cpe::operator<< (std::ostream &stream, const matrix4x1 &m) |
| output the vector in ostream More... | |
| matrix4x1 | cpe::operator* (const matrix4 &m1, const matrix4x1 &m2) |
| multiply with a matrix4 More... | |