#include "Math/Math.h"#include "MathX/GenVectorX/Rotation3D.h"#include "MathX/GenVectorX/DisplacementVector3D.h"#include "MathX/GenVectorX/PositionVector3D.h"#include "MathX/GenVectorX/LorentzVector.h"#include "MathX/GenVectorX/3DConversions.h"#include <algorithm>#include <cassert>#include <iostream>#include "MathX/GenVectorX/AccHeaders.h"#include "MathX/GenVectorX/MathHeaders.h"Classes | |
| class | ROOT::ROOT_MATH_ARCH::RotationZYX |
| Rotation class with the (3D) rotation represented by angles describing first a rotation of an angle phi (yaw) about the Z axis, followed by a rotation of an angle theta (pitch) about the Y axis, followed by a third rotation of an angle psi (roll) about the X axis. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::ROOT_MATH_ARCH |
Functions | |
| template<class R > | |
| RotationZYX::Scalar | ROOT::ROOT_MATH_ARCH::Distance (const RotationZYX &r1, const R &r2) |
| Distance between two rotations. | |
| RotationZYX | ROOT::ROOT_MATH_ARCH::operator* (RotationX const &r1, RotationZYX const &r2) |
| Multiplication of an axial rotation by an AxisAngle. | |
| RotationZYX | ROOT::ROOT_MATH_ARCH::operator* (RotationY const &r1, RotationZYX const &r2) |
| RotationZYX | ROOT::ROOT_MATH_ARCH::operator* (RotationZ const &r1, RotationZYX const &r2) |
| std::ostream & | ROOT::ROOT_MATH_ARCH::operator<< (std::ostream &os, const RotationZYX &e) |
| Stream Output and Input. | |