16#ifndef ROOT_MathX_Point2Dfwd
17#define ROOT_MathX_Point2Dfwd 1
29template <
class CoordSystem,
class Tag>
Class describing a 2D cartesian coordinate system (x, y coordinates).
DefaultCoordinateSystemTag Default tag for identifying any coordinate system.
Class describing a polar 2D coordinate system based on r and phi Phi is restricted to be in the range...
Class describing a generic position vector (point) in 2 dimensions.
Polar2DPoint Polar2DPointD
PositionVector2D< Cartesian2D< double >, DefaultCoordinateSystemTag > XYPoint
2D Point based on the cartesian coordinates x,y,z in double precision
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.
PositionVector2D< Cartesian2D< float >, DefaultCoordinateSystemTag > XYPointF
2D Point based on the cartesian coordinates x,y,z in single precision