Logo ROOT   6.16/01
Reference Guide
Classes | Namespaces | Functions
AxisAngle.h File Reference
#include "Math/GenVector/Rotation3D.h"
#include "Math/GenVector/DisplacementVector3D.h"
#include "Math/GenVector/PositionVector3D.h"
#include "Math/GenVector/LorentzVector.h"
#include "Math/GenVector/3DConversions.h"
#include <algorithm>
#include <cassert>
Include dependency graph for AxisAngle.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::AxisAngle
 AxisAngle class describing rotation represented with direction axis (3D Vector) and an angle of rotation around that axis. More...
 

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  ROOT::Math
 

Functions

template<class R >
AxisAngle::Scalar ROOT::Math::Distance (const AxisAngle &r1, const R &r2)
 Distance between two rotations. More...
 
AxisAngle ROOT::Math::operator* (RotationX const &r1, AxisAngle const &r2)
 Multiplication of an axial rotation by an AxisAngle. More...
 
AxisAngle ROOT::Math::operator* (RotationY const &r1, AxisAngle const &r2)
 
AxisAngle ROOT::Math::operator* (RotationZ const &r1, AxisAngle const &r2)
 
std::ostream & ROOT::Math::operator<< (std::ostream &os, const AxisAngle &a)
 Stream Output and Input. More...