00001 // @(#)root/mathcore:$Id: Point2D.h 22516 2008-03-07 15:14:26Z moneta $ 00002 // Authors: W. Brown, M. Fischler, L. Moneta 2005 00003 00004 #ifndef ROOT_Math_Point2D 00005 #define ROOT_Math_Point2D 00006 00007 // defines typedefs to specific vectors and forward declarations 00008 #include "Math/Point2Dfwd.h" 00009 00010 // coordinate system types 00011 #include "Math/GenVector/Cartesian2D.h" 00012 #include "Math/GenVector/Polar2D.h" 00013 00014 // generic Point2D class definition 00015 #include "Math/GenVector/PositionVector2D.h" 00016 00017 00018 #endif 00019