16#ifndef ROOT_MathX_Vector2Dfwd
17#define ROOT_MathX_Vector2Dfwd 1
27template <
class CoordSystem,
class Tag>
28class DisplacementVector2D;
35class DefaultCoordinateSystemTag;
DefaultCoordinateSystemTag Default tag for identifying any coordinate system.
DisplacementVector2D< Cartesian2D< float >, DefaultCoordinateSystemTag > XYVectorF
2D Vector based on the cartesian coordinates x,y,z in single precision
DisplacementVector2D< Polar2D< float >, DefaultCoordinateSystemTag > Polar2DVectorF
2D Vector based on the polar coordinates rho, phi in single precision.
DisplacementVector2D< Polar2D< double >, DefaultCoordinateSystemTag > Polar2DVector
2D Vector based on the polar coordinates rho, phi in double precision.
Polar2DVector Polar2DVectorD
DisplacementVector2D< Cartesian2D< double >, DefaultCoordinateSystemTag > XYVector
2D Vector based on the cartesian coordinates x,y in double precision