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