Logo ROOT  
Reference Guide
Rotation3DxAxial.cxx File Reference
Include dependency graph for Rotation3DxAxial.cxx:

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. More...
 
Rotation3D ROOT::Math::operator* (RotationX const &r1, RotationY const &r2)
 Multiplication of an axial rotation by another axial Rotation. More...
 
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)