|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/Vector/RotationInterfaces.h>
Public Member Functions | |
| HepRep3x3 () | |
| HepRep3x3 (double xx, double xy, double xz, double yx, double yy, double yz, double zx, double zy, double zz) | |
| HepRep3x3 (const double *array) | |
| void | setToIdentity () |
| void | getArray (double *array) const |
Public Attributes | |
| double | xx_ |
| double | xy_ |
| double | xz_ |
| double | yx_ |
| double | yy_ |
| double | yz_ |
| double | zx_ |
| double | zy_ |
| double | zz_ |
Definition at line 306 of file RotationInterfaces.h.
|
inline |
Definition at line 18 of file RotationInterfaces.icc.
|
inline |
Definition at line 24 of file RotationInterfaces.icc.
|
inline |
Definition at line 33 of file RotationInterfaces.icc.
References xx_.
|
inline |
Definition at line 45 of file RotationInterfaces.icc.
References xx_.
|
inline |
| double CLHEP::HepRep3x3::xx_ |
Definition at line 324 of file RotationInterfaces.h.
Referenced by getArray(), HepRep3x3(), CLHEP::HepRotation::set(), and setToIdentity().
| double CLHEP::HepRep3x3::xy_ |
Definition at line 324 of file RotationInterfaces.h.
Referenced by CLHEP::HepRotation::set(), and setToIdentity().
| double CLHEP::HepRep3x3::xz_ |
Definition at line 324 of file RotationInterfaces.h.
Referenced by CLHEP::HepRotation::set(), and setToIdentity().
| double CLHEP::HepRep3x3::yx_ |
Definition at line 325 of file RotationInterfaces.h.
Referenced by CLHEP::HepRotation::set(), and setToIdentity().
| double CLHEP::HepRep3x3::yy_ |
Definition at line 325 of file RotationInterfaces.h.
Referenced by CLHEP::HepRotation::set(), and setToIdentity().
| double CLHEP::HepRep3x3::yz_ |
Definition at line 325 of file RotationInterfaces.h.
Referenced by CLHEP::HepRotation::set(), and setToIdentity().
| double CLHEP::HepRep3x3::zx_ |
Definition at line 326 of file RotationInterfaces.h.
Referenced by CLHEP::HepRotation::set(), and setToIdentity().
| double CLHEP::HepRep3x3::zy_ |
Definition at line 326 of file RotationInterfaces.h.
Referenced by CLHEP::HepRotation::set(), and setToIdentity().
| double CLHEP::HepRep3x3::zz_ |
Definition at line 326 of file RotationInterfaces.h.
Referenced by CLHEP::HepRotation::set(), and setToIdentity().