Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/Math/Point2D.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // @(#)root/mathcore:$Id$
0002 // Authors: W. Brown, M. Fischler, L. Moneta    2005
0003 
0004 #ifndef ROOT_Math_Point2D
0005 #define ROOT_Math_Point2D
0006 
0007 // defines typedefs to specific vectors and forward declarations
0008 #include "Math/Point2Dfwd.h"
0009 
0010 // coordinate system types
0011 #include "Math/GenVector/Cartesian2D.h"
0012 #include "Math/GenVector/Polar2D.h"
0013 
0014 // generic Point2D class definition
0015 #include "Math/GenVector/PositionVector2D.h"
0016 
0017 
0018 #endif
0019