| ~EulerAngles() |
ROOT::Math::EulerAngles | EulerAngles() |
ROOT::Math::EulerAngles | EulerAngles(const ROOT::Math::EulerAngles&) |
ROOT::Math::EulerAngles | EulerAngles(ROOT::Math::EulerAngles&&) |
ROOT::Math::EulerAngles | EulerAngles(ROOT::Math::EulerAngles::Scalar phi, ROOT::Math::EulerAngles::Scalar theta, ROOT::Math::EulerAngles::Scalar psi) |
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::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag> | operator()<ROOT::Math::Cartesian3D<double>, ROOT::Math::DefaultCoordinateSystemTag>(const ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& v) const |
ROOT::Math::DisplacementVector3D<Cartesian3D<double>,DefaultCoordinateSystemTag> | operator()<ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>, ROOT::Math::DefaultCoordinateSystemTag> >(const ROOT::Math::DisplacementVector3D<Cartesian3D<double>,DefaultCoordinateSystemTag>& v) 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::EulerAngles& | operator=(const ROOT::Math::EulerAngles&) |
ROOT::Math::EulerAngles& | operator=(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(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 |