Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RotationZYX.h File Reference
Include dependency graph for RotationZYX.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::ROOT_MATH_ARCH::RotationZYX
 Rotation class with the (3D) rotation represented by angles describing first a rotation of an angle phi (yaw) about the Z axis, followed by a rotation of an angle theta (pitch) about the Y axis, followed by a third rotation of an angle psi (roll) about the X axis. More...
 

Namespaces

namespace  ROOT
 
namespace  ROOT::ROOT_MATH_ARCH
 

Functions

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