#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 "MathX/GenVectorX/AccHeaders.h"#include "MathX/GenVectorX/MathHeaders.h"Classes | |
| class | ROOT::ROOT_MATH_ARCH::AxisAngle |
| AxisAngle class describing rotation represented with direction axis (3D Vector) and an angle of rotation around that axis. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::ROOT_MATH_ARCH |
Functions | |
| template<class R > | |
| AxisAngle::Scalar | ROOT::ROOT_MATH_ARCH::Distance (const AxisAngle &r1, const R &r2) |
| Distance between two rotations. | |
| AxisAngle | ROOT::ROOT_MATH_ARCH::operator* (RotationX const &r1, AxisAngle const &r2) |
| Multiplication of an axial rotation by an AxisAngle. | |
| AxisAngle | ROOT::ROOT_MATH_ARCH::operator* (RotationY const &r1, AxisAngle const &r2) |
| AxisAngle | ROOT::ROOT_MATH_ARCH::operator* (RotationZ const &r1, AxisAngle const &r2) |
| std::ostream & | ROOT::ROOT_MATH_ARCH::operator<< (std::ostream &os, const AxisAngle &a) |
| Stream Output and Input. | |