| 
| typedef PositionVector3D< Polar3D< double >, DefaultCoordinateSystemTag >  | ROOT::Math::Polar3DPoint | 
|   | 3D Point based on the polar coordinates rho, theta, phi in double precision.  
  | 
|   | 
| typedef Polar3DPoint  | ROOT::Math::Polar3DPointD | 
|   | 
| typedef PositionVector3D< Polar3D< float >, DefaultCoordinateSystemTag >  | ROOT::Math::Polar3DPointF | 
|   | 3D Point based on the polar coordinates rho, theta, phi in single precision.  
  | 
|   | 
| typedef PositionVector3D< CylindricalEta3D< double >, DefaultCoordinateSystemTag >  | ROOT::Math::RhoEtaPhiPoint | 
|   | 3D Point based on the eta based cylindrical coordinates rho, eta, phi in double precision.  
  | 
|   | 
| typedef RhoEtaPhiPoint  | ROOT::Math::RhoEtaPhiPointD | 
|   | 
| typedef PositionVector3D< CylindricalEta3D< float >, DefaultCoordinateSystemTag >  | ROOT::Math::RhoEtaPhiPointF | 
|   | 3D Point based on the eta based cylindrical coordinates rho, eta, phi in single precision.  
  | 
|   | 
| typedef PositionVector3D< Cylindrical3D< double >, DefaultCoordinateSystemTag >  | ROOT::Math::RhoZPhiPoint | 
|   | 3D Point based on the cylindrical coordinates rho, z, phi in double precision.  
  | 
|   | 
| typedef RhoZPhiPoint  | ROOT::Math::RhoZPhiPointD | 
|   | 
| typedef PositionVector3D< Cylindrical3D< float >, DefaultCoordinateSystemTag >  | ROOT::Math::RhoZPhiPointF | 
|   | 3D Point based on the cylindrical coordinates rho, z, phi in single precision.  
  | 
|   | 
| typedef PositionVector3D< Cartesian3D< double >, DefaultCoordinateSystemTag >  | ROOT::Math::XYZPoint | 
|   | 3D Point based on the cartesian coordinates x,y,z in double precision  
  | 
|   | 
| typedef XYZPoint  | ROOT::Math::XYZPointD | 
|   | 
| typedef PositionVector3D< Cartesian3D< float >, DefaultCoordinateSystemTag >  | ROOT::Math::XYZPointF | 
|   | 3D Point based on the cartesian coordinates x,y,z in single precision  
  | 
|   |