#include <math.h>
#include "Tools/Streams/InOut.h"
Include dependency graph for Vector2.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Vector2 |
This class represents a 2-vector. More... | |
Functions | |
template<class V> In & | operator>> (In &stream, Vector2< V > &vector2) |
Streaming operator that reads a Vector2<V> from a stream. | |
template<class V> Out & | operator<< (Out &stream, const Vector2< V > &vector2) |
Streaming operator that writes a Vector2<V> to a stream. |
Max Risler
Definition in file Vector2.h.
|
Streaming operator that reads a Vector2<V> from a stream.
Definition at line 226 of file Vector2.h. References Vector2< V >::x, and Vector2< V >::y. |
|
Streaming operator that writes a Vector2<V> to a stream.
|