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