ApplyInverse(const Vector &v) const | ROOT::Math::Impl::Transform3D< T > | inline |
ApplyInverse(const Point &p) const | ROOT::Math::Impl::Transform3D< T > | inline |
ApplyInverse(const PositionVector3D< CoordSystem > &p) const | ROOT::Math::Impl::Transform3D< T > | inline |
ApplyInverse(const DisplacementVector3D< CoordSystem > &p) const | ROOT::Math::Impl::Transform3D< T > | inline |
AssignFrom(const Rotation3D &r, const Vector &v) | ROOT::Math::Impl::Transform3D< T > | inlineprotected |
AssignFrom(const Rotation3D &r) | ROOT::Math::Impl::Transform3D< T > | inlineprotected |
AssignFrom(const Vector &v) | ROOT::Math::Impl::Transform3D< T > | inlineprotected |
ETransform3DMatrixIndex enum name | ROOT::Math::Impl::Transform3D< T > | |
fM | ROOT::Math::Impl::Transform3D< T > | private |
GetComponents(IT begin, IT end) const | ROOT::Math::Impl::Transform3D< T > | inline |
GetComponents(IT begin) const | ROOT::Math::Impl::Transform3D< T > | inline |
GetComponents(T &xx, T &xy, T &xz, T &dx, T &yx, T &yy, T &yz, T &dy, T &zx, T &zy, T &zz, T &dz) const | ROOT::Math::Impl::Transform3D< T > | inline |
GetDecomposition(AnyRotation &r, V &v) const | ROOT::Math::Impl::Transform3D< T > | inline |
GetDecomposition(Rotation3D &r, Vector &v) const | ROOT::Math::Impl::Transform3D< T > | inline |
GetRotation(AnyRotation &r) const | ROOT::Math::Impl::Transform3D< T > | inline |
GetTransformMatrix(ForeignMatrix &m) const | ROOT::Math::Impl::Transform3D< T > | inline |
GetTranslation(AnyVector &v) const | ROOT::Math::Impl::Transform3D< T > | inline |
Inverse() const | ROOT::Math::Impl::Transform3D< T > | inline |
Invert() | ROOT::Math::Impl::Transform3D< T > | inline |
Invert() | ROOT::Math::Impl::Transform3D< T > | inline |
kDX enum value | ROOT::Math::Impl::Transform3D< T > | |
kDY enum value | ROOT::Math::Impl::Transform3D< T > | |
kDZ enum value | ROOT::Math::Impl::Transform3D< T > | |
kXX enum value | ROOT::Math::Impl::Transform3D< T > | |
kXY enum value | ROOT::Math::Impl::Transform3D< T > | |
kXZ enum value | ROOT::Math::Impl::Transform3D< T > | |
kYX enum value | ROOT::Math::Impl::Transform3D< T > | |
kYY enum value | ROOT::Math::Impl::Transform3D< T > | |
kYZ enum value | ROOT::Math::Impl::Transform3D< T > | |
kZX enum value | ROOT::Math::Impl::Transform3D< T > | |
kZY enum value | ROOT::Math::Impl::Transform3D< T > | |
kZZ enum value | ROOT::Math::Impl::Transform3D< T > | |
operator!=(const Transform3D< T > &rhs) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator()(const Point &p) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator()(const Vector &v) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator()(const PositionVector3D< CoordSystem > &p) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator()(const DisplacementVector3D< CoordSystem > &v) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator()(const LorentzVector< CoordSystem > &q) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator()(const Plane3D< TYPE > &plane) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator*(const PositionVector3D< CoordSystem > &v) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator*(const DisplacementVector3D< CoordSystem > &v) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator*(const LorentzVector< CoordSystem > &q) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator*(const Plane3D< TYPE > &plane) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator*(const Transform3D< T > &t) const | ROOT::Math::Impl::Transform3D< T > | inline |
operator*=(const Transform3D< T > &t) | ROOT::Math::Impl::Transform3D< T > | inline |
operator=(const ForeignMatrix &m) | ROOT::Math::Impl::Transform3D< T > | inline |
operator==(const Transform3D< T > &rhs) const | ROOT::Math::Impl::Transform3D< T > | inline |
Point typedef | ROOT::Math::Impl::Transform3D< T > | |
Rotation() const | ROOT::Math::Impl::Transform3D< T > | inline |
Rotation() const | ROOT::Math::Impl::Transform3D< T > | inline |
Scalar typedef | ROOT::Math::Impl::Transform3D< T > | |
SetComponents(IT begin, IT end) | ROOT::Math::Impl::Transform3D< T > | inline |
SetComponents(T xx, T xy, T xz, T dx, T yx, T yy, T yz, T dy, T zx, T zy, T zz, T dz) | ROOT::Math::Impl::Transform3D< T > | inline |
SetIdentity() | ROOT::Math::Impl::Transform3D< T > | inlineprotected |
SetIdentity(const typename SCALAR::mask_type m) | ROOT::Math::Impl::Transform3D< T > | inlineprotected |
SetTransformMatrix(const ForeignMatrix &m) | ROOT::Math::Impl::Transform3D< T > | inline |
Transform(const PositionVector3D< CoordSystem, Tag1 > &p1, PositionVector3D< CoordSystem, Tag2 > &p2) const | ROOT::Math::Impl::Transform3D< T > | inline |
Transform(const DisplacementVector3D< CoordSystem, Tag1 > &v1, DisplacementVector3D< CoordSystem, Tag2 > &v2) const | ROOT::Math::Impl::Transform3D< T > | inline |
Transform3D() | ROOT::Math::Impl::Transform3D< T > | inline |
Transform3D(IT begin, IT end) | ROOT::Math::Impl::Transform3D< T > | inline |
Transform3D(const Rotation3D &r, const Vector &v) | ROOT::Math::Impl::Transform3D< T > | inline |
Transform3D(const Rotation3D &r, const Translation3D< T > &t) | ROOT::Math::Impl::Transform3D< T > | inline |
Transform3D(const ARotation &r, const DisplacementVector3D< CoordSystem, Tag > &v) | ROOT::Math::Impl::Transform3D< T > | inline |
Transform3D(const ARotation &r, const Translation3D< T > &t) | ROOT::Math::Impl::Transform3D< T > | inline |
Transform3D(const Rotation3D &r) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const AxisAngle &r) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const EulerAngles &r) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const Quaternion &r) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const RotationZYX &r) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const RotationX &r) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const RotationY &r) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const RotationZ &r) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const DisplacementVector3D< CoordSystem, Tag > &v) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const Vector &v) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const Translation3D< T > &t) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(const Point &fr0, const Point &fr1, const Point &fr2, const Point &to0, const Point &to1, const Point &to2) | ROOT::Math::Impl::Transform3D< T > | inline |
Transform3D(const Point &fr0, const Point &fr1, const Point &fr2, const Point &to0, const Point &to1, const Point &to2) | ROOT::Math::Impl::Transform3D< T > | inline |
Transform3D(const ForeignMatrix &m) | ROOT::Math::Impl::Transform3D< T > | inlineexplicit |
Transform3D(T xx, T xy, T xz, T dx, T yx, T yy, T yz, T dy, T zx, T zy, T zz, T dz) | ROOT::Math::Impl::Transform3D< T > | inline |
Translation() const | ROOT::Math::Impl::Transform3D< T > | inline |
Vector typedef | ROOT::Math::Impl::Transform3D< T > | |