| ~EulerAngles() |
ROOT::Math::EulerAngles | EulerAngles() |
ROOT::Math::EulerAngles | EulerAngles(const ROOT::Math::EulerAngles&) |
ROOT::Math::EulerAngles | EulerAngles(ROOT::Math::EulerAngles::Scalar phi, ROOT::Math::EulerAngles::Scalar theta, ROOT::Math::EulerAngles::Scalar psi) |
void | GetComponents(double* begin) const |
void | GetComponents(ROOT::Math::EulerAngles::Scalar& phi, ROOT::Math::EulerAngles::Scalar& theta, ROOT::Math::EulerAngles::Scalar& psi) const |
ROOT::Math::EulerAngles | Inverse() const |
void | Invert() |
bool | operator!=(const ROOT::Math::EulerAngles& rhs) const |
ROOT::Math::EulerAngles | operator*(const ROOT::Math::Rotation3D& r) const |
ROOT::Math::EulerAngles | operator*(const ROOT::Math::AxisAngle& a) const |
ROOT::Math::EulerAngles | operator*(const ROOT::Math::EulerAngles& e) const |
ROOT::Math::EulerAngles | operator*(const ROOT::Math::Quaternion& q) const |
ROOT::Math::EulerAngles | operator*(const ROOT::Math::RotationX& rx) const |
ROOT::Math::EulerAngles | operator*(const ROOT::Math::RotationY& ry) const |
ROOT::Math::EulerAngles | operator*(const ROOT::Math::RotationZ& rz) 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::EulerAngles& | operator=(ROOT::Math::Rotation3D const& r) |
ROOT::Math::EulerAngles& | operator=(ROOT::Math::Quaternion const& r) |
ROOT::Math::EulerAngles& | operator=(ROOT::Math::RotationX const& r) |
ROOT::Math::EulerAngles& | operator=(ROOT::Math::RotationY const& r) |
ROOT::Math::EulerAngles& | operator=(ROOT::Math::RotationZ const& r) |
ROOT::Math::EulerAngles& | operator=(const ROOT::Math::EulerAngles&) |
bool | operator==(const ROOT::Math::EulerAngles& rhs) const |
ROOT::Math::EulerAngles::Scalar | Phi() const |
ROOT::Math::EulerAngles::Scalar | Psi() const |
void | Rectify() |
void | SetComponents(double* begin, double* end) |
void | SetComponents(ROOT::Math::EulerAngles::Scalar phi, ROOT::Math::EulerAngles::Scalar theta, ROOT::Math::EulerAngles::Scalar psi) |
void | SetPhi(ROOT::Math::EulerAngles::Scalar phi) |
void | SetPsi(ROOT::Math::EulerAngles::Scalar psi) |
void | SetTheta(ROOT::Math::EulerAngles::Scalar theta) |
ROOT::Math::EulerAngles::Scalar | Theta() const |