|
D2MW
1.0
DRAGON2 for MilkyWay
|
#include <algorithm>#include <cmath>#include <limits>Classes | |
| class | Vector3< T > |
Typedefs | |
| typedef Vector3< double > | Vector3d |
| typedef Vector3< float > | Vector3f |
Functions | |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &out, const Vector3< T > &v) |
| template<typename T > | |
| std::istream & | operator>> (std::istream &in, Vector3< T > &v) |
| template<typename T > | |
| Vector3< T > | operator* (T f, const Vector3< T > &v) |
|
inline |
|
inline |