Logo ROOT   6.10/09
Reference Guide
Namespaces | Typedefs | Functions
Rotation3DxAxial.cxx File Reference
#include "Math/GenVector/Rotation3D.h"
#include "Math/GenVector/RotationX.h"
#include "Math/GenVector/RotationY.h"
#include "Math/GenVector/RotationZ.h"
Include dependency graph for Rotation3DxAxial.cxx:

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 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* (RotationY const &r1, Rotation3D const &r2)
 
Rotation3D ROOT::Math::operator* (RotationZ const &r1, Rotation3D const &r2)
 
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, RotationX const &r2)
 
Rotation3D ROOT::Math::operator* (RotationY const &r1, RotationZ const &r2)
 
Rotation3D ROOT::Math::operator* (RotationZ const &r1, RotationX const &r2)
 
Rotation3D ROOT::Math::operator* (RotationZ const &r1, RotationY const &r2)