![]() |
ROOT
6.06/09
Reference Guide
|
#include "Math/GenVector/Rotation3Dfwd.h"#include "Math/GenVector/AxisAnglefwd.h"#include "Math/GenVector/EulerAnglesfwd.h"#include "Math/GenVector/Quaternionfwd.h"#include "Math/GenVector/RotationZYXfwd.h"#include "Math/GenVector/RotationXfwd.h"#include "Math/GenVector/RotationYfwd.h"#include "Math/GenVector/RotationZfwd.h"
Include dependency graph for 3DDistances.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Math | |
| ROOT::Math::gv_detail | |
Functions | |
| double | ROOT::Math::gv_detail::dist (Rotation3D const &r1, Rotation3D 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, RotationZYX 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 (AxisAngle const &r1, Rotation3D const &r2) |
| 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, RotationZYX 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 (EulerAngles const &r1, Rotation3D 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, RotationZYX 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 (Quaternion const &r1, Rotation3D 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, RotationZYX 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 (RotationZYX const &r1, Rotation3D 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, RotationZYX 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 (RotationX const &r1, Rotation3D 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, 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, Rotation3D 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, 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, Rotation3D 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, 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) |