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;
 
DefaultCoordinateSystemTag Default tag for identifying any coordinate system.
 
Class describing a generic position vector (point) in 2 dimensions.
 
Namespace for new Math classes and functions.
 
PositionVector2D< Cartesian2D< float >, DefaultCoordinateSystemTag > XYPointF
2D Point based on the cartesian corrdinates x,y,z in single precision
 
PositionVector2D< Cartesian2D< double >, DefaultCoordinateSystemTag > XYPoint
2D Point based on the cartesian coordinates x,y,z in double precision
 
Polar2DPoint Polar2DPointD
 
PositionVector2D< Polar2D< float >, DefaultCoordinateSystemTag > Polar2DPointF
2D Point based on the polar coordinates rho, theta, phi in single precision.
 
PositionVector2D< Polar2D< double >, DefaultCoordinateSystemTag > Polar2DPoint
2D Point based on the polar coordinates rho, theta, phi in double precision.