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... | |
| class | cpe::exception_matrix4 |
| Special exception class for v3. More... | |
Namespaces | |
| namespace | cpe |
| Namespace for CPE classes. | |
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... | |