#include "Matrix.h"
#include "Common.h"
Include dependency graph for Matrix.cpp:
Go to the source code of this file.
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. |
Max Risler
Definition in file Matrix.cpp.
|
Streaming operator that reads a Matrix3x3<V> from a stream.
Definition at line 83 of file Matrix.cpp. |
|
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. |
|
Streaming operator that writes a RotationMatrix to a stream.
Definition at line 107 of file Matrix.cpp. |