CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <RotationX.h>
Static Public Member Functions | |
static double | getTolerance () |
static double | setTolerance (double tol) |
Protected Member Functions | |
HepRotationX (double dd, double ss, double cc) | |
Static Protected Member Functions | |
static double | proper (double delta) |
Protected Attributes | |
double | its_d |
double | its_s |
double | its_c |
Friends | |
HepRotationX | inverseOf (const HepRotationX &r) |
Definition at line 40 of file RotationX.h.
|
inline |
CLHEP::HepRotationX::HepRotationX | ( | double | delta | ) |
Definition at line 28 of file RotationX.cc.
|
inline |
|
inlinedefault |
|
inline |
|
inline |
|
inline |
Referenced by decompose().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void CLHEP::HepRotationX::decompose | ( | Hep3Vector & | boost, |
HepAxisAngle & | rotation | ||
) | const |
Definition at line 110 of file RotationX.cc.
void CLHEP::HepRotationX::decompose | ( | HepAxisAngle & | rotation, |
Hep3Vector & | boost | ||
) | const |
Definition at line 104 of file RotationX.cc.
void CLHEP::HepRotationX::decompose | ( | HepBoost & | boost, |
HepRotation & | rotation | ||
) | const |
Definition at line 122 of file RotationX.cc.
void CLHEP::HepRotationX::decompose | ( | HepRotation & | rotation, |
HepBoost & | boost | ||
) | const |
Definition at line 116 of file RotationX.cc.
|
inline |
Definition at line 151 of file RotationX.cc.
double CLHEP::HepRotationX::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
Definition at line 141 of file RotationX.cc.
double CLHEP::HepRotationX::distance2 | ( | const HepRotation & | r | ) | const |
Definition at line 133 of file RotationX.cc.
double CLHEP::HepRotationX::distance2 | ( | const HepRotationX & | r | ) | const |
Definition at line 128 of file RotationX.cc.
Referenced by distance2(), howNear(), and isNear().
HepEulerAngles CLHEP::HepRotationX::eulerAngles | ( | ) | const |
Definition at line 59 of file RotationX.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Definition at line 161 of file RotationX.cc.
double CLHEP::HepRotationX::howNear | ( | const HepLorentzRotation & | lt | ) | const |
Definition at line 164 of file RotationX.cc.
double CLHEP::HepRotationX::howNear | ( | const HepRotation & | r | ) | const |
Definition at line 158 of file RotationX.cc.
double CLHEP::HepRotationX::howNear | ( | const HepRotationX & | r | ) | const |
Definition at line 155 of file RotationX.cc.
|
inline |
|
inline |
|
inline |
bool CLHEP::HepRotationX::isNear | ( | const HepBoost & | lt, |
double | epsilon = Hep4RotationInterface::tolerance |
||
) | const |
Definition at line 173 of file RotationX.cc.
bool CLHEP::HepRotationX::isNear | ( | const HepLorentzRotation & | lt, |
double | epsilon = Hep4RotationInterface::tolerance |
||
) | const |
Definition at line 177 of file RotationX.cc.
bool CLHEP::HepRotationX::isNear | ( | const HepRotation & | r, |
double | epsilon = Hep4RotationInterface::tolerance |
||
) | const |
Definition at line 170 of file RotationX.cc.
bool CLHEP::HepRotationX::isNear | ( | const HepRotationX & | r, |
double | epsilon = Hep4RotationInterface::tolerance |
||
) | const |
Definition at line 167 of file RotationX.cc.
double CLHEP::HepRotationX::norm2 | ( | ) | const |
Definition at line 182 of file RotationX.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinedefault |
|
inline |
|
inline |
|
inline |
double CLHEP::HepRotationX::phi | ( | ) | const |
Definition at line 39 of file RotationX.cc.
Referenced by eulerAngles().
double CLHEP::HepRotationX::phiX | ( | ) | const |
Definition at line 71 of file RotationX.cc.
double CLHEP::HepRotationX::phiY | ( | ) | const |
Definition at line 76 of file RotationX.cc.
double CLHEP::HepRotationX::phiZ | ( | ) | const |
Definition at line 81 of file RotationX.cc.
std::ostream & CLHEP::HepRotationX::print | ( | std::ostream & | os | ) | const |
Definition at line 186 of file RotationX.cc.
Referenced by set().
double CLHEP::HepRotationX::psi | ( | ) | const |
Definition at line 51 of file RotationX.cc.
Referenced by eulerAngles().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
HepRotationX & CLHEP::HepRotationX::set | ( | double | delta | ) |
void CLHEP::HepRotationX::setDelta | ( | double | delta | ) |
Definition at line 100 of file RotationX.cc.
double CLHEP::HepRotationX::theta | ( | ) | const |
Definition at line 47 of file RotationX.cc.
Referenced by eulerAngles().
double CLHEP::HepRotationX::thetaX | ( | ) | const |
Definition at line 86 of file RotationX.cc.
double CLHEP::HepRotationX::thetaY | ( | ) | const |
Definition at line 91 of file RotationX.cc.
double CLHEP::HepRotationX::thetaZ | ( | ) | const |
Definition at line 95 of file RotationX.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by distance2(), and phiY().
|
inline |
Referenced by distance2(), and phiZ().
|
inline |
|
inline |
Referenced by distance2(), and thetaY().
|
inline |
Referenced by distance2(), and thetaZ().
|
friend |
|
protected |
Definition at line 263 of file RotationX.h.
Referenced by distance2(), norm2(), print(), and set().
|
protected |
|
protected |
Definition at line 262 of file RotationX.h.
Referenced by distance2(), print(), and set().