|
ROOT 6.10/00 Reference Guide |
Classes | |
| class | ROOT::Math::Cartesian2D< T > |
| Class describing a 2D cartesian coordinate system (x, y coordinates) More... | |
| class | ROOT::Math::Polar2D< T > |
| Class describing a polar 2D coordinate system based on r and phi Phi is restricted to be in the range [-PI,PI) More... | |
| class | ROOT::Math::PositionVector2D< CoordSystem, Tag > |
| Class describing a generic position vector (point) in 2 dimensions. More... | |
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Math | |
Typedefs | |
| typedef PositionVector2D < Polar2D< double > , DefaultCoordinateSystemTag > | ROOT::Math::Polar2DPoint |
| 2D Point based on the polar coordinates rho, theta, phi in double precision. More... | |
| typedef Polar2DPoint | ROOT::Math::Polar2DPointD |
| typedef PositionVector2D < Polar2D< float > , DefaultCoordinateSystemTag > | ROOT::Math::Polar2DPointF |
| 2D Point based on the polar coordinates rho, theta, phi in single precision. More... | |
| typedef PositionVector2D < Cartesian2D< double > , DefaultCoordinateSystemTag > | ROOT::Math::XYPoint |
| 2D Point based on the cartesian coordinates x,y,z in double precision More... | |
| typedef XYPoint | ROOT::Math::XYPointD |
| typedef PositionVector2D < Cartesian2D< float > , DefaultCoordinateSystemTag > | ROOT::Math::XYPointF |
| 2D Point based on the cartesian corrdinates x,y,z in single precision More... | |