Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
3DDistances.h File Reference
Include dependency graph for 3DDistances.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  ROOT::Math
 
namespace  ROOT::Math::gv_detail
 

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 &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 &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 &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)