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) |
| |
matrix4x1 | cpe::operator- (float s, const matrix4x1 &m) |
| |
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... | |
#define matrix4x1_HPP |