Logo ROOT   6.10/09
Reference Guide
Vector3D.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Authors: W. Brown, M. Fischler, L. Moneta 2005
3 
4 #ifndef ROOT_ROOT_Math_Vector3D
5 #define ROOT_ROOT_Math_Vector3D
6 
7 // defines typedefs to specific vectors and forward declarations
8 #include "Math/Vector3Dfwd.h"
9 
10 // coordinate system types
13 #include "Math/GenVector/Polar3D.h"
15 
16 // generic Vector3D class definition
18 
19 #endif