Classes | |
| class | Vector3D |
Typedefs | |
| typedef Vector3D< int > | Vector3Di |
| typedef Vector3D< float > | Vector3Df |
|
typedef Vector3D < double > | Vector3Dd |
| typedef Vector3D< short > | Vector3Ds |
| typedef Vector3D< char > | Vector3Dc |
Functions | |
| template<class T> | |
| Vector3D< T > | operator * (T factor, const Vector3D< T > &v) |
| template<class T> | |
| std::ostream & | operator<< (std::ostream &out, const Vector3D< T > &v) |
| template<class T> | |
| std::istream & | operator>> (std::istream &in, Vector3D< T > &v) |
| template<class T> | |
| Vector3D< T > | operator- (const Vector3D< T > &v) |
1.5.3