ROOT  6.06/09
Reference Guide
Point3D.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_Math_Point3D
5 #define ROOT_Math_Point3D
6 
7 // defines typedefs to specific vectors and forward declarations
8 #include "Math/Point3Dfwd.h"
9 
10 // coordinate system types
13 #include "Math/GenVector/Polar3D.h"
15 
16 // generic Point3D class definition
18 
19 
20 #endif
21