Logo ROOT  
Reference Guide
3DDistances.cxx File Reference
Include dependency graph for 3DDistances.cxx:

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  ROOT::Math
 
namespace  ROOT::Math::gv_detail
 

Enumerations

enum  ROOT::Math::gv_detail::ERotation3DMatrixIndex {
  ROOT::Math::gv_detail::kXX = Rotation3D::kXX , ROOT::Math::gv_detail::kXY = Rotation3D::kXY , ROOT::Math::gv_detail::kXZ = Rotation3D::kXZ , ROOT::Math::gv_detail::kYX = Rotation3D::kYX ,
  ROOT::Math::gv_detail::kYY = Rotation3D::kYY , ROOT::Math::gv_detail::kYZ = Rotation3D::kYZ , ROOT::Math::gv_detail::kZX = Rotation3D::kZX , ROOT::Math::gv_detail::kZY = Rotation3D::kZY ,
  ROOT::Math::gv_detail::kZZ = Rotation3D::kZZ , ROOT::Math::gv_detail::kXX = Rotation3D::kXX , ROOT::Math::gv_detail::kXY = Rotation3D::kXY , ROOT::Math::gv_detail::kXZ = Rotation3D::kXZ ,
  ROOT::Math::gv_detail::kYX = Rotation3D::kYX , ROOT::Math::gv_detail::kYY = Rotation3D::kYY , ROOT::Math::gv_detail::kYZ = Rotation3D::kYZ , ROOT::Math::gv_detail::kZX = Rotation3D::kZX ,
  ROOT::Math::gv_detail::kZY = Rotation3D::kZY , ROOT::Math::gv_detail::kZZ = Rotation3D::kZZ
}
 

Functions

double ROOT::Math::gv_detail::dist (AxisAngle const &r1, AxisAngle const &r2)
 
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, EulerAngles const &r2)
 
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, Quaternion const &r2)
 
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, Rotation3D const &r2)
 
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationX const &r2)
 
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationY const &r2)
 
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationZ const &r2)
 
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationZYX const &r2)
 
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, AxisAngle const &r2)
 
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, EulerAngles const &r2)
 
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, Quaternion const &r2)
 
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, Rotation3D const &r2)
 
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationX const &r2)
 
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationY const &r2)
 
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationZ const &r2)
 
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationZYX const &r2)
 
double ROOT::Math::gv_detail::dist (Quaternion const &r1, AxisAngle const &r2)
 
double ROOT::Math::gv_detail::dist (Quaternion const &r1, EulerAngles const &r2)
 
double ROOT::Math::gv_detail::dist (Quaternion const &r1, Quaternion const &r2)
 
double ROOT::Math::gv_detail::dist (Quaternion const &r1, Rotation3D const &r2)
 
double ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationX const &r2)
 
double ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationY const &r2)
 
double ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationZ const &r2)
 
double ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationZYX const &r2)
 
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, AxisAngle const &r2)
 
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, EulerAngles const &r2)
 
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, Quaternion const &r2)
 
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, Rotation3D const &r2)
 
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationX const &r2)
 
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationY const &r2)
 
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationZ const &r2)
 
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationZYX const &r2)
 
double ROOT::Math::gv_detail::dist (RotationX const &from, RotationZYX const &to)
 
double ROOT::Math::gv_detail::dist (RotationX const &r1, AxisAngle const &r2)
 
double ROOT::Math::gv_detail::dist (RotationX const &r1, EulerAngles const &r2)
 
double ROOT::Math::gv_detail::dist (RotationX const &r1, Quaternion const &r2)
 
double ROOT::Math::gv_detail::dist (RotationX const &r1, Rotation3D const &r2)
 
double ROOT::Math::gv_detail::dist (RotationX const &r1, RotationX const &r2)
 
double ROOT::Math::gv_detail::dist (RotationX const &r1, RotationY const &r2)
 
double ROOT::Math::gv_detail::dist (RotationX const &r1, RotationZ const &r2)
 
double ROOT::Math::gv_detail::dist (RotationY const &from, RotationZYX const &to)
 
double ROOT::Math::gv_detail::dist (RotationY const &r1, AxisAngle const &r2)
 
double ROOT::Math::gv_detail::dist (RotationY const &r1, EulerAngles const &r2)
 
double ROOT::Math::gv_detail::dist (RotationY const &r1, Quaternion const &r2)
 
double ROOT::Math::gv_detail::dist (RotationY const &r1, Rotation3D const &r2)
 
double ROOT::Math::gv_detail::dist (RotationY const &r1, RotationX const &r2)
 
double ROOT::Math::gv_detail::dist (RotationY const &r1, RotationY const &r2)
 
double ROOT::Math::gv_detail::dist (RotationY const &r1, RotationZ const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZ const &from, RotationZYX const &to)
 
double ROOT::Math::gv_detail::dist (RotationZ const &r1, AxisAngle const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZ const &r1, EulerAngles const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZ const &r1, Quaternion const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZ const &r1, Rotation3D const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZ const &r1, RotationX const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZ const &r1, RotationY const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZ const &r1, RotationZ const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, AxisAngle const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, EulerAngles const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, Quaternion const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, Rotation3D const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationX const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationY const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationZ const &r2)
 
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationZYX const &r2)