Logo ROOT   6.08/07
Reference Guide
Namespaces | Functions
EulerAngles.cxx File Reference
#include "Math/GenVector/EulerAngles.h"
#include <cmath>
#include "Math/GenVector/Cartesian3D.h"
#include "Math/GenVector/DisplacementVector3D.h"
#include "Math/GenVector/Rotation3D.h"
#include "Math/GenVector/Quaternion.h"
#include "Math/GenVector/RotationX.h"
#include "Math/GenVector/RotationY.h"
#include "Math/GenVector/RotationZ.h"
#include "Math/GenVector/AxisAnglefwd.h"
Include dependency graph for EulerAngles.cxx:

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Math
 

Functions

EulerAngles ROOT::Math::operator* (RotationX const &r1, EulerAngles const &r2)
 Multiplication of an axial rotation by an AxisAngle. More...
 
EulerAngles ROOT::Math::operator* (RotationY const &r1, EulerAngles const &r2)
 
EulerAngles ROOT::Math::operator* (RotationZ const &r1, EulerAngles const &r2)
 
std::ostream & ROOT::Math::operator<< (std::ostream &os, const EulerAngles &e)
 Stream Output and Input. More...