16#ifndef ROOT_MathX_Vector2Dfwd
17#define ROOT_MathX_Vector2Dfwd 1
27template <
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 generic displacement vector in 2 dimensions.
Class describing a polar 2D coordinate system based on r and phi Phi is restricted to be in the range...
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