16 #ifndef ROOT_Math_Point2Dfwd
17 #define ROOT_Math_Point2Dfwd 1
25 template<
class CoordSystem,
class Tag>
class PositionVector2D;
27 template<
typename T>
class Cartesian2D;
28 template<
typename T>
class Polar2D;
30 class DefaultCoordinateSystemTag;
35 typedef PositionVector2D< Cartesian2D<double>, DefaultCoordinateSystemTag > XYPoint;
36 typedef XYPoint XYPointD;
41 typedef PositionVector2D< Cartesian2D<float>, DefaultCoordinateSystemTag > XYPointF;
47 typedef PositionVector2D< Polar2D<double>, DefaultCoordinateSystemTag > Polar2DPoint;
48 typedef Polar2DPoint Polar2DPointD;
53 typedef PositionVector2D< Polar2D<float>, DefaultCoordinateSystemTag > Polar2DPointF;