|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/Vector/RotationY.h>
Public Member Functions | |
| HepRotationY () | |
| HepRotationY (double delta) | |
| HepRotationY (const HepRotationY &orig) | |
| HepRotationY (HepRotationY &&orig)=default | |
| HepRotationY & | operator= (const HepRotationY &r) |
| HepRotationY & | operator= (HepRotationY &&r)=default |
| HepRotationY & | set (double delta) |
| ~HepRotationY () | |
| Hep3Vector | colX () const |
| Hep3Vector | colY () const |
| Hep3Vector | colZ () const |
| Hep3Vector | rowX () const |
| Hep3Vector | rowY () const |
| Hep3Vector | rowZ () const |
| double | xx () const |
| double | xy () const |
| double | xz () const |
| double | yx () const |
| double | yy () const |
| double | yz () const |
| double | zx () const |
| double | zy () const |
| double | zz () const |
| HepRep3x3 | rep3x3 () const |
| double | getPhi () const |
| double | getTheta () const |
| double | getPsi () const |
| double | phi () const |
| double | theta () const |
| double | psi () const |
| HepEulerAngles | eulerAngles () const |
| double | getDelta () const |
| Hep3Vector | getAxis () const |
| double | delta () const |
| Hep3Vector | axis () const |
| HepAxisAngle | axisAngle () const |
| void | getAngleAxis (double &delta, Hep3Vector &axis) const |
| double | phiX () const |
| double | phiY () const |
| double | phiZ () const |
| double | thetaX () const |
| double | thetaY () const |
| double | thetaZ () const |
| HepLorentzVector | col1 () const |
| HepLorentzVector | col2 () const |
| HepLorentzVector | col3 () const |
| HepLorentzVector | col4 () const |
| HepLorentzVector | row1 () const |
| HepLorentzVector | row2 () const |
| HepLorentzVector | row3 () const |
| HepLorentzVector | row4 () const |
| double | xt () const |
| double | yt () const |
| double | zt () const |
| double | tx () const |
| double | ty () const |
| double | tz () const |
| double | tt () const |
| HepRep4x4 | rep4x4 () const |
| void | setDelta (double delta) |
| void | decompose (HepAxisAngle &rotation, Hep3Vector &boost) const |
| void | decompose (Hep3Vector &boost, HepAxisAngle &rotation) const |
| void | decompose (HepRotation &rotation, HepBoost &boost) const |
| void | decompose (HepBoost &boost, HepRotation &rotation) const |
| bool | isIdentity () const |
| int | compare (const HepRotationY &r) const |
| bool | operator== (const HepRotationY &r) const |
| bool | operator!= (const HepRotationY &r) const |
| bool | operator< (const HepRotationY &r) const |
| bool | operator> (const HepRotationY &r) const |
| bool | operator<= (const HepRotationY &r) const |
| bool | operator>= (const HepRotationY &r) const |
| double | distance2 (const HepRotationY &r) const |
| double | distance2 (const HepRotation &r) const |
| double | howNear (const HepRotationY &r) const |
| double | howNear (const HepRotation &r) const |
| bool | isNear (const HepRotationY &r, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const |
| double | distance2 (const HepBoost <) const |
| double | distance2 (const HepLorentzRotation <) const |
| double | howNear (const HepBoost <) const |
| double | howNear (const HepLorentzRotation <) const |
| bool | isNear (const HepBoost <, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepLorentzRotation <, double epsilon=Hep4RotationInterface::tolerance) const |
| double | norm2 () const |
| void | rectify () |
| Hep3Vector | operator() (const Hep3Vector &p) const |
| Hep3Vector | operator* (const Hep3Vector &p) const |
| HepLorentzVector | operator() (const HepLorentzVector &w) const |
| HepLorentzVector | operator* (const HepLorentzVector &w) const |
| HepRotationY | operator* (const HepRotationY &ry) const |
| HepRotationY & | operator*= (const HepRotationY &r) |
| HepRotationY & | transform (const HepRotationY &r) |
| HepRotationY | inverse () const |
| HepRotationY & | invert () |
| std::ostream & | print (std::ostream &os) const |
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_d |
| double | its_s |
| double | its_c |
Friends | |
| HepRotationY | inverseOf (const HepRotationY &r) |
Definition at line 39 of file RotationY.h.
|
inline |
Definition at line 32 of file RotationY.icc.
Referenced by inverse(), and operator*().
| CLHEP::HepRotationY::HepRotationY | ( | double | delta | ) |
|
inline |
Definition at line 34 of file RotationY.icc.
|
inlinedefault |
|
inline |
Definition at line 49 of file RotationY.icc.
|
inlineprotected |
Definition at line 38 of file RotationY.icc.
|
inline |
Definition at line 72 of file RotationY.icc.
Referenced by axisAngle(), and getAxis().
|
inline |
Definition at line 74 of file RotationY.icc.
|
inline |
Definition at line 171 of file RotationY.icc.
References colX().
|
inline |
Definition at line 173 of file RotationY.icc.
References colY().
|
inline |
Definition at line 175 of file RotationY.icc.
References colZ().
|
inline |
Definition at line 177 of file RotationY.icc.
|
inline |
|
inline |
Definition at line 53 of file RotationY.icc.
Referenced by col2().
|
inline |
|
inline |
Definition at line 88 of file RotationY.icc.
References its_d.
| void CLHEP::HepRotationY::decompose | ( | Hep3Vector & | boost, |
| HepAxisAngle & | rotation | ||
| ) | const |
| void CLHEP::HepRotationY::decompose | ( | HepAxisAngle & | rotation, |
| Hep3Vector & | boost | ||
| ) | const |
| void CLHEP::HepRotationY::decompose | ( | HepBoost & | boost, |
| HepRotation & | rotation | ||
| ) | const |
| void CLHEP::HepRotationY::decompose | ( | HepRotation & | rotation, |
| HepBoost & | boost | ||
| ) | const |
|
inline |
| double CLHEP::HepRotationY::distance2 | ( | const HepBoost & | lt | ) | const |
| double CLHEP::HepRotationY::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
| double CLHEP::HepRotationY::distance2 | ( | const HepRotation & | r | ) | const |
| double CLHEP::HepRotationY::distance2 | ( | const HepRotationY & | r | ) | const |
| HepEulerAngles CLHEP::HepRotationY::eulerAngles | ( | ) | const |
|
inline |
Definition at line 78 of file RotationY.icc.
|
inline |
|
inline |
Definition at line 68 of file RotationY.icc.
References its_d.
|
inline |
Definition at line 65 of file RotationY.icc.
References phi().
|
inline |
Definition at line 67 of file RotationY.icc.
References psi().
|
inline |
Definition at line 66 of file RotationY.icc.
References theta().
|
inlinestatic |
Definition at line 202 of file RotationY.icc.
References CLHEP::Hep4RotationInterface::tolerance.
| double CLHEP::HepRotationY::howNear | ( | const HepBoost & | lt | ) | const |
| double CLHEP::HepRotationY::howNear | ( | const HepLorentzRotation & | lt | ) | const |
| double CLHEP::HepRotationY::howNear | ( | const HepRotation & | r | ) | const |
| double CLHEP::HepRotationY::howNear | ( | const HepRotationY & | r | ) | const |
|
inline |
Definition at line 159 of file RotationY.icc.
References HepRotationY(), its_c, its_d, its_s, and proper().
Referenced by invert().
|
inline |
Definition at line 167 of file RotationY.icc.
References inverse().
|
inline |
Definition at line 84 of file RotationY.icc.
References its_d.
| bool CLHEP::HepRotationY::isNear | ( | const HepBoost & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| bool CLHEP::HepRotationY::isNear | ( | const HepLorentzRotation & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| bool CLHEP::HepRotationY::isNear | ( | const HepRotation & | r, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| bool CLHEP::HepRotationY::isNear | ( | const HepRotationY & | r, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| double CLHEP::HepRotationY::norm2 | ( | ) | const |
|
inline |
Definition at line 95 of file RotationY.icc.
References its_d.
|
inline |
Definition at line 112 of file RotationY.icc.
References its_c, its_s, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Referenced by operator*().
|
inline |
Definition at line 125 of file RotationY.icc.
|
inline |
Definition at line 121 of file RotationY.icc.
References operator()().
|
inline |
Definition at line 130 of file RotationY.icc.
|
inline |
Definition at line 153 of file RotationY.icc.
References HepRotationY(), its_c, its_d, its_s, and proper().
|
inline |
Definition at line 135 of file RotationY.icc.
|
inline |
Definition at line 103 of file RotationY.icc.
References its_d.
|
inline |
Definition at line 99 of file RotationY.icc.
References its_d.
|
inline |
Definition at line 42 of file RotationY.icc.
|
inlinedefault |
|
inline |
Definition at line 93 of file RotationY.icc.
References its_d.
|
inline |
Definition at line 101 of file RotationY.icc.
References its_d.
|
inline |
Definition at line 97 of file RotationY.icc.
References its_d.
| double CLHEP::HepRotationY::phi | ( | ) | const |
Referenced by getPhi().
| double CLHEP::HepRotationY::phiX | ( | ) | const |
| double CLHEP::HepRotationY::phiY | ( | ) | const |
| double CLHEP::HepRotationY::phiZ | ( | ) | const |
| std::ostream & CLHEP::HepRotationY::print | ( | std::ostream & | os | ) | const |
|
inlinestaticprotected |
Definition at line 143 of file RotationY.icc.
Referenced by inverse(), operator*(), and rectify().
| double CLHEP::HepRotationY::psi | ( | ) | const |
Referenced by getPsi().
|
inline |
|
inline |
Definition at line 26 of file RotationY.icc.
Referenced by CLHEP::HepRotation::operator=(), and CLHEP::HepRotation::set().
|
inline |
Definition at line 195 of file RotationY.icc.
Referenced by CLHEP::HepLorentzRotation::HepLorentzRotation(), and CLHEP::HepLorentzRotation::set().
|
inline |
Definition at line 179 of file RotationY.icc.
References rowX().
|
inline |
Definition at line 181 of file RotationY.icc.
References rowY().
|
inline |
Definition at line 183 of file RotationY.icc.
References rowZ().
|
inline |
Definition at line 185 of file RotationY.icc.
|
inline |
|
inline |
Definition at line 60 of file RotationY.icc.
Referenced by row2().
|
inline |
| HepRotationY & CLHEP::HepRotationY::set | ( | double | delta | ) |
| void CLHEP::HepRotationY::setDelta | ( | double | delta | ) |
|
inlinestatic |
Definition at line 205 of file RotationY.icc.
References CLHEP::Hep4RotationInterface::setTolerance().
| double CLHEP::HepRotationY::theta | ( | ) | const |
Referenced by getTheta().
| double CLHEP::HepRotationY::thetaX | ( | ) | const |
| double CLHEP::HepRotationY::thetaY | ( | ) | const |
| double CLHEP::HepRotationY::thetaZ | ( | ) | const |
|
inline |
Definition at line 139 of file RotationY.icc.
|
inline |
Definition at line 193 of file RotationY.icc.
|
inline |
Definition at line 190 of file RotationY.icc.
|
inline |
Definition at line 191 of file RotationY.icc.
|
inline |
Definition at line 192 of file RotationY.icc.
|
inline |
Definition at line 187 of file RotationY.icc.
|
inline |
Definition at line 15 of file RotationY.icc.
References its_c.
Referenced by CLHEP::HepRotation::operator*().
|
inline |
Definition at line 23 of file RotationY.icc.
|
inline |
Definition at line 16 of file RotationY.icc.
References its_s.
Referenced by CLHEP::HepRotation::operator*().
|
inline |
Definition at line 188 of file RotationY.icc.
|
inline |
Definition at line 21 of file RotationY.icc.
|
inline |
Definition at line 20 of file RotationY.icc.
|
inline |
Definition at line 22 of file RotationY.icc.
|
inline |
Definition at line 189 of file RotationY.icc.
|
inline |
Definition at line 17 of file RotationY.icc.
References its_s.
|
inline |
Definition at line 24 of file RotationY.icc.
|
inline |
Definition at line 18 of file RotationY.icc.
References its_c.
|
friend |
Definition at line 163 of file RotationY.icc.
|
protected |
Definition at line 262 of file RotationY.h.
Referenced by colX(), colZ(), inverse(), operator()(), operator*(), operator=(), rectify(), rep3x3(), rep4x4(), rowX(), rowZ(), xx(), and zz().
|
protected |
Definition at line 258 of file RotationY.h.
Referenced by compare(), delta(), getAngleAxis(), getDelta(), inverse(), isIdentity(), operator!=(), operator*(), operator<(), operator<=(), operator=(), operator==(), operator>(), operator>=(), and rectify().
|
protected |
Definition at line 261 of file RotationY.h.
Referenced by colX(), colZ(), inverse(), operator()(), operator*(), operator=(), rectify(), rep3x3(), rep4x4(), rowX(), rowZ(), xz(), and zx().