#include <cmath>#include <limits>#include "Math/Math.h"#include "Math/GenVector/3DConversions.h"#include "Math/GenVector/Rotation3D.h"#include "Math/GenVector/AxisAngle.h"#include "Math/GenVector/EulerAngles.h"#include "Math/GenVector/Quaternion.h"#include "Math/GenVector/RotationZYX.h"#include "Math/GenVector/RotationX.h"#include "Math/GenVector/RotationY.h"#include "Math/GenVector/RotationZ.h"Go to the source code of this file.
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Math |
| namespace | ROOT::Math::gv_detail |
Enumerations | |
| enum | ROOT::Math::gv_detail::ERotation3DMatrixIndex |
Functions | |
| void | ROOT::Math::gv_detail::convert (Rotation3D const &from, AxisAngle &to) |
| static void | ROOT::Math::gv_detail::correctByPi (double &psi, double &phi) |
| void | ROOT::Math::gv_detail::convert (Rotation3D const &from, EulerAngles &to) |
| void | ROOT::Math::gv_detail::convert (Rotation3D const &from, Quaternion &to) |
| void | ROOT::Math::gv_detail::convert (Rotation3D const &from, RotationZYX &to) |
| void | ROOT::Math::gv_detail::convert (AxisAngle const &from, Rotation3D &to) |
| void | ROOT::Math::gv_detail::convert (AxisAngle const &from, EulerAngles &to) |
| void | ROOT::Math::gv_detail::convert (AxisAngle const &from, Quaternion &to) |
| void | ROOT::Math::gv_detail::convert (AxisAngle const &from, RotationZYX &to) |
| void | ROOT::Math::gv_detail::convert (EulerAngles const &from, Rotation3D &to) |
| void | ROOT::Math::gv_detail::convert (EulerAngles const &from, AxisAngle &to) |
| void | ROOT::Math::gv_detail::convert (EulerAngles const &from, Quaternion &to) |
| void | ROOT::Math::gv_detail::convert (EulerAngles const &from, RotationZYX &to) |
| void | ROOT::Math::gv_detail::convert (Quaternion const &from, Rotation3D &to) |
| void | ROOT::Math::gv_detail::convert (Quaternion const &from, AxisAngle &to) |
| void | ROOT::Math::gv_detail::convert (Quaternion const &from, EulerAngles &to) |
| void | ROOT::Math::gv_detail::convert (Quaternion const &from, RotationZYX &to) |
| void | ROOT::Math::gv_detail::convert (RotationZYX const &from, Rotation3D &to) |
| void | ROOT::Math::gv_detail::convert (RotationZYX const &from, AxisAngle &to) |
| void | ROOT::Math::gv_detail::convert (RotationZYX const &from, EulerAngles &to) |
| void | ROOT::Math::gv_detail::convert (RotationZYX const &from, Quaternion &to) |
| void | ROOT::Math::gv_detail::convert (RotationX const &from, Rotation3D &to) |
| void | ROOT::Math::gv_detail::convert (RotationX const &from, AxisAngle &to) |
| void | ROOT::Math::gv_detail::convert (RotationX const &from, EulerAngles &to) |
| void | ROOT::Math::gv_detail::convert (RotationX const &from, Quaternion &to) |
| void | ROOT::Math::gv_detail::convert (RotationX const &from, RotationZYX &to) |
| void | ROOT::Math::gv_detail::convert (RotationY const &from, Rotation3D &to) |
| void | ROOT::Math::gv_detail::convert (RotationY const &from, AxisAngle &to) |
| void | ROOT::Math::gv_detail::convert (RotationY const &from, EulerAngles &to) |
| void | ROOT::Math::gv_detail::convert (RotationY const &from, RotationZYX &to) |
| void | ROOT::Math::gv_detail::convert (RotationY const &from, Quaternion &to) |
| void | ROOT::Math::gv_detail::convert (RotationZ const &from, Rotation3D &to) |
| void | ROOT::Math::gv_detail::convert (RotationZ const &from, AxisAngle &to) |
| void | ROOT::Math::gv_detail::convert (RotationZ const &from, EulerAngles &to) |
| void | ROOT::Math::gv_detail::convert (RotationZ const &from, RotationZYX &to) |
| void | ROOT::Math::gv_detail::convert (RotationZ const &from, Quaternion &to) |
1.5.1