#include "Vector3.h"
Include dependency graph for Matrix.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Matrix3x3 |
This class represents a 3x3-matrix. More... | |
class | RotationMatrix |
Representation for 3x3 RotationMatrices. More... | |
Functions | |
template<class V> In & | operator>> (In &stream, Matrix3x3< V > &matrix3x3) |
Streaming operator that reads a Matrix3x3<V> from a stream. | |
template<class V> Out & | operator<< (Out &stream, const Matrix3x3< V > &matrix3x3) |
Streaming operator that writes a Matrix3x3<V> to a stream. | |
In & | operator>> (In &stream, RotationMatrix &rotationMatrix) |
Streaming operator that reads a RotationMatrix from a stream. | |
Out & | operator<< (Out &stream, const RotationMatrix &rotationMatrix) |
Streaming operator that writes a RotationMatrix to a stream. |
Thomas Kindler, thomas.kindler@gmx.de
Max Risler
Definition in file Matrix.h.
|
Streaming operator that reads a Matrix3x3<V> from a stream.
Definition at line 83 of file Matrix.cpp. References Matrix3x3< V >::c. |
|
Streaming operator that writes a Matrix3x3<V> to a stream.
Definition at line 91 of file Matrix.cpp. |
|
Streaming operator that reads a RotationMatrix from a stream.
Definition at line 99 of file Matrix.cpp. References Matrix3x3< double >::c. |
|
Streaming operator that writes a RotationMatrix to a stream.
Definition at line 107 of file Matrix.cpp. References Matrix3x3< double >::c. |