#include "Vector2.h"
Include dependency graph for Matrix2x2.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Matrix2x2 |
This class represents a 2x2-matrix. More... | |
Functions | |
template<class V> In & | operator>> (In &stream, Matrix2x2< V > &matrix2x2) |
Streaming operator that reads a Matrix2x2<V> from a stream. | |
template<class V> Out & | operator<< (Out &stream, const Matrix2x2< V > &matrix2x2) |
Streaming operator that writes a Matrix2x2<V> to a stream. |
Kai Engel
Definition in file Matrix2x2.h.
|
Streaming operator that reads a Matrix2x2<V> from a stream.
Definition at line 10 of file Matrix2x2.cpp. References Matrix2x2< V >::c. |
|
Streaming operator that writes a Matrix2x2<V> to a stream.
Definition at line 17 of file Matrix2x2.cpp. |