16#ifndef ROOT_Math_Point2Dfwd
17#define ROOT_Math_Point2Dfwd 1
28 template<
typename T>
class Polar2D;
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.
PositionVector2D< Cartesian2D< float >, DefaultCoordinateSystemTag > XYPointF
2D Point based on the cartesian coordinates 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.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...