library: libMathCore #include "RotationZ.h" |
~RotationZ() | |
ROOT::Math::RotationZ::Scalar | Angle() const |
ROOT::Math::RotationZ::Scalar | CosAngle() const |
void | GetAngle(ROOT::Math::RotationZ::Scalar& angle) const |
void | GetComponents(ROOT::Math::RotationZ::Scalar& angle) const |
ROOT::Math::RotationZ | Inverse() const |
void | Invert() |
bool | operator!=(const ROOT::Math::RotationZ& rhs) const |
ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> > | operator()(const ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >& v) const |
ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag> | operator()(const ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& v) const |
ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag> | operator()(const ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& v) const |
ROOT::Math::RotationZ | operator*(const ROOT::Math::RotationZ& r) const |
ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag> | operator*(const ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& v) const |
ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag> | operator*(const ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& v) const |
ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> > | operator*(const ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >& v) const |
ROOT::Math::RotationZ& | operator*=(const ROOT::Math::RotationZ& r) |
ROOT::Math::RotationZ& | operator=(const ROOT::Math::RotationZ&) |
bool | operator==(const ROOT::Math::RotationZ& rhs) const |
void | Rectify() |
ROOT::Math::RotationZ | RotationZ() |
ROOT::Math::RotationZ | RotationZ(ROOT::Math::RotationZ::Scalar angle) |
ROOT::Math::RotationZ | RotationZ(const ROOT::Math::RotationZ&) |
void | SetAngle(ROOT::Math::RotationZ::Scalar angle) |
void | SetComponents(ROOT::Math::RotationZ::Scalar angle) |
ROOT::Math::RotationZ::Scalar | SinAngle() const |