Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:10:20

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