#include "Math/GenVector/Rotation3D.h"
#include "Math/GenVector/RotationX.h"
#include "Math/GenVector/RotationY.h"
#include "Math/GenVector/RotationZ.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Math |
Typedefs | |
typedef Rotation3D::Scalar | ROOT::Math::Scalar |
Functions | |
Rotation3D | ROOT::Math::operator* (RotationX const &r1, Rotation3D const &r2) |
Multiplication of an axial rotation by a Rotation3D. | |
Rotation3D | ROOT::Math::operator* (RotationX const &r1, RotationY const &r2) |
Multiplication of an axial rotation by another axial Rotation. | |
Rotation3D | ROOT::Math::operator* (RotationX const &r1, RotationZ const &r2) |
Rotation3D | ROOT::Math::operator* (RotationY const &r1, Rotation3D const &r2) |
Rotation3D | ROOT::Math::operator* (RotationY const &r1, RotationX const &r2) |
Rotation3D | ROOT::Math::operator* (RotationY const &r1, RotationZ const &r2) |
Rotation3D | ROOT::Math::operator* (RotationZ const &r1, Rotation3D const &r2) |
Rotation3D | ROOT::Math::operator* (RotationZ const &r1, RotationX const &r2) |
Rotation3D | ROOT::Math::operator* (RotationZ const &r1, RotationY const &r2) |