|
Geant4-11
|
#include <RotationY.h>
Public Member Functions | |
| Hep3Vector | axis () const |
| HepAxisAngle | axisAngle () const |
| HepLorentzVector | col1 () const |
| HepLorentzVector | col2 () const |
| HepLorentzVector | col3 () const |
| HepLorentzVector | col4 () const |
| Hep3Vector | colX () const |
| Hep3Vector | colY () const |
| Hep3Vector | colZ () const |
| int | compare (const HepRotationY &r) const |
| void | decompose (Hep3Vector &boost, HepAxisAngle &rotation) const |
| void | decompose (HepAxisAngle &rotation, Hep3Vector &boost) const |
| void | decompose (HepBoost &boost, HepRotation &rotation) const |
| void | decompose (HepRotation &rotation, HepBoost &boost) const |
| double | delta () const |
| double | distance2 (const HepBoost <) const |
| double | distance2 (const HepLorentzRotation <) const |
| double | distance2 (const HepRotation &r) const |
| double | distance2 (const HepRotationY &r) const |
| HepEulerAngles | eulerAngles () const |
| void | getAngleAxis (double &delta, Hep3Vector &axis) const |
| Hep3Vector | getAxis () const |
| double | getDelta () const |
| double | getPhi () const |
| double | getPsi () const |
| double | getTheta () const |
| HepRotationY () | |
| HepRotationY (const HepRotationY &orig) | |
| HepRotationY (double delta) | |
| HepRotationY (HepRotationY &&orig)=default | |
| double | howNear (const HepBoost <) const |
| double | howNear (const HepLorentzRotation <) const |
| double | howNear (const HepRotation &r) const |
| double | howNear (const HepRotationY &r) const |
| HepRotationY | inverse () const |
| HepRotationY & | invert () |
| bool | isIdentity () const |
| bool | isNear (const HepBoost <, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepLorentzRotation <, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepRotationY &r, double epsilon=Hep4RotationInterface::tolerance) const |
| double | norm2 () const |
| bool | operator!= (const HepRotationY &r) const |
| Hep3Vector | operator() (const Hep3Vector &p) const |
| HepLorentzVector | operator() (const HepLorentzVector &w) const |
| Hep3Vector | operator* (const Hep3Vector &p) const |
| HepLorentzVector | operator* (const HepLorentzVector &w) const |
| HepRotationY | operator* (const HepRotationY &ry) const |
| HepRotationY & | operator*= (const HepRotationY &r) |
| bool | operator< (const HepRotationY &r) const |
| bool | operator<= (const HepRotationY &r) const |
| HepRotationY & | operator= (const HepRotationY &r) |
| HepRotationY & | operator= (HepRotationY &&r)=default |
| bool | operator== (const HepRotationY &r) const |
| bool | operator> (const HepRotationY &r) const |
| bool | operator>= (const HepRotationY &r) const |
| double | phi () const |
| double | phiX () const |
| double | phiY () const |
| double | phiZ () const |
| std::ostream & | print (std::ostream &os) const |
| double | psi () const |
| void | rectify () |
| HepRep3x3 | rep3x3 () const |
| HepRep4x4 | rep4x4 () const |
| HepLorentzVector | row1 () const |
| HepLorentzVector | row2 () const |
| HepLorentzVector | row3 () const |
| HepLorentzVector | row4 () const |
| Hep3Vector | rowX () const |
| Hep3Vector | rowY () const |
| Hep3Vector | rowZ () const |
| HepRotationY & | set (double delta) |
| void | setDelta (double delta) |
| double | theta () const |
| double | thetaX () const |
| double | thetaY () const |
| double | thetaZ () const |
| HepRotationY & | transform (const HepRotationY &r) |
| double | tt () const |
| double | tx () const |
| double | ty () const |
| double | tz () const |
| double | xt () const |
| double | xx () const |
| double | xy () const |
| double | xz () const |
| double | yt () const |
| double | yx () const |
| double | yy () const |
| double | yz () const |
| double | zt () const |
| double | zx () const |
| double | zy () const |
| double | zz () const |
| ~HepRotationY () | |
Static Public Member Functions | |
| static double | getTolerance () |
| static double | setTolerance (double tol) |
Protected Member Functions | |
| HepRotationY (double dd, double ss, double cc) | |
Static Protected Member Functions | |
| static double | proper (double delta) |
Protected Attributes | |
| double | its_c |
| double | its_d |
| double | its_s |
Friends | |
| HepRotationY | inverseOf (const HepRotationY &r) |
Definition at line 38 of file RotationY.h.
|
inline |
| CLHEP::HepRotationY::HepRotationY | ( | double | delta | ) |
Definition at line 27 of file RotationY.cc.
|
inline |
|
inlinedefault |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
Referenced by decompose().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void CLHEP::HepRotationY::decompose | ( | Hep3Vector & | boost, |
| HepAxisAngle & | rotation | ||
| ) | const |
Definition at line 113 of file RotationY.cc.
References axisAngle(), and CLHEP::Hep3Vector::set().
| void CLHEP::HepRotationY::decompose | ( | HepAxisAngle & | rotation, |
| Hep3Vector & | boost | ||
| ) | const |
Definition at line 107 of file RotationY.cc.
References axisAngle(), and CLHEP::Hep3Vector::set().
| void CLHEP::HepRotationY::decompose | ( | HepBoost & | boost, |
| HepRotation & | rotation | ||
| ) | const |
Definition at line 125 of file RotationY.cc.
References CLHEP::HepBoost::set().
| void CLHEP::HepRotationY::decompose | ( | HepRotation & | rotation, |
| HepBoost & | boost | ||
| ) | const |
Definition at line 119 of file RotationY.cc.
References CLHEP::HepBoost::set().
|
inline |
| double CLHEP::HepRotationY::distance2 | ( | const HepBoost & | lt | ) | const |
Definition at line 154 of file RotationY.cc.
References distance2().
| double CLHEP::HepRotationY::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
Definition at line 144 of file RotationY.cc.
References CLHEP::Hep3Vector::beta(), CLHEP::HepLorentzRotation::decompose(), and distance2().
| double CLHEP::HepRotationY::distance2 | ( | const HepRotation & | r | ) | const |
Definition at line 136 of file RotationY.cc.
References CLHEP::HepRotation::xx(), xx(), CLHEP::HepRotation::xz(), xz(), CLHEP::HepRotation::yy(), CLHEP::HepRotation::zx(), zx(), CLHEP::HepRotation::zz(), and zz().
| double CLHEP::HepRotationY::distance2 | ( | const HepRotationY & | r | ) | const |
Definition at line 131 of file RotationY.cc.
Referenced by distance2(), howNear(), and isNear().
| HepEulerAngles CLHEP::HepRotationY::eulerAngles | ( | ) | const |
Definition at line 62 of file RotationY.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
| double CLHEP::HepRotationY::howNear | ( | const HepBoost & | lt | ) | const |
Definition at line 164 of file RotationY.cc.
References distance2().
| double CLHEP::HepRotationY::howNear | ( | const HepLorentzRotation & | lt | ) | const |
Definition at line 167 of file RotationY.cc.
References distance2().
| double CLHEP::HepRotationY::howNear | ( | const HepRotation & | r | ) | const |
Definition at line 161 of file RotationY.cc.
References distance2().
| double CLHEP::HepRotationY::howNear | ( | const HepRotationY & | r | ) | const |
Definition at line 158 of file RotationY.cc.
References distance2().
|
inline |
|
inline |
|
inline |
| bool CLHEP::HepRotationY::isNear | ( | const HepBoost & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
Definition at line 176 of file RotationY.cc.
References distance2(), and epsilon().
| bool CLHEP::HepRotationY::isNear | ( | const HepLorentzRotation & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
Definition at line 179 of file RotationY.cc.
References distance2(), and epsilon().
| bool CLHEP::HepRotationY::isNear | ( | const HepRotation & | r, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
Definition at line 173 of file RotationY.cc.
References distance2(), and epsilon().
| bool CLHEP::HepRotationY::isNear | ( | const HepRotationY & | r, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
Definition at line 170 of file RotationY.cc.
References distance2(), and epsilon().
| double CLHEP::HepRotationY::norm2 | ( | ) | const |
Definition at line 184 of file RotationY.cc.
References its_c.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinedefault |
|
inline |
|
inline |
|
inline |
| double CLHEP::HepRotationY::phi | ( | ) | const |
Definition at line 38 of file RotationY.cc.
References CLHEP::halfpi, its_d, and CLHEP::pi.
Referenced by eulerAngles().
| double CLHEP::HepRotationY::phiX | ( | ) | const |
Definition at line 74 of file RotationY.cc.
| double CLHEP::HepRotationY::phiY | ( | ) | const |
Definition at line 79 of file RotationY.cc.
| double CLHEP::HepRotationY::phiZ | ( | ) | const |
Definition at line 84 of file RotationY.cc.
| std::ostream & CLHEP::HepRotationY::print | ( | std::ostream & | os | ) | const |
|
inlinestaticprotected |
Referenced by set().
| double CLHEP::HepRotationY::psi | ( | ) | const |
Definition at line 52 of file RotationY.cc.
References CLHEP::halfpi, its_d, and CLHEP::pi.
Referenced by eulerAngles().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| HepRotationY & CLHEP::HepRotationY::set | ( | double | delta | ) |
| void CLHEP::HepRotationY::setDelta | ( | double | delta | ) |
|
inlinestatic |
| double CLHEP::HepRotationY::theta | ( | ) | const |
| double CLHEP::HepRotationY::thetaX | ( | ) | const |
| double CLHEP::HepRotationY::thetaY | ( | ) | const |
Definition at line 93 of file RotationY.cc.
References CLHEP::safe_acos(), and zy().
| double CLHEP::HepRotationY::thetaZ | ( | ) | const |
Definition at line 98 of file RotationY.cc.
References CLHEP::safe_acos(), and zz().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by distance2(), and phiX().
|
inline |
Referenced by phiY().
|
inline |
Referenced by distance2(), and phiZ().
|
inline |
|
inline |
Referenced by phiX().
|
inline |
Referenced by phiY().
|
inline |
Referenced by phiZ().
|
inline |
|
inline |
Referenced by distance2(), and thetaX().
|
inline |
Referenced by thetaY().
|
inline |
Referenced by distance2(), and thetaZ().
|
friend |
|
protected |
Definition at line 261 of file RotationY.h.
Referenced by distance2(), norm2(), print(), and set().
|
protected |
|
protected |
Definition at line 260 of file RotationY.h.
Referenced by distance2(), print(), and set().