#include "MathX/GenVectorX/RotationZYX.h"
#include <cmath>
#include "MathX/GenVectorX/Cartesian3D.h"
#include "MathX/GenVectorX/DisplacementVector3D.h"
#include "MathX/GenVectorX/Rotation3D.h"
#include "MathX/GenVectorX/Quaternion.h"
#include "MathX/GenVectorX/RotationX.h"
#include "MathX/GenVectorX/RotationY.h"
#include "MathX/GenVectorX/RotationZ.h"
#include "MathX/GenVectorX/AxisAnglefwd.h"
#include "MathX/GenVectorX/AccHeaders.h"
#include "MathX/GenVectorX/MathHeaders.h"
Namespaces | |
namespace | ROOT |
namespace | ROOT::ROOT_MATH_ARCH |
Functions | |
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. | |