CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <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 |
|
inline |
|
inline |
|
inline |
|
inline |
double CLHEP::HepRep3x3::xx_ |
Definition at line 324 of file RotationInterfaces.h.
Referenced by compareR(), and perturb().
double CLHEP::HepRep3x3::xy_ |
Definition at line 324 of file RotationInterfaces.h.
Referenced by compareR(), and perturb().
double CLHEP::HepRep3x3::xz_ |
Definition at line 324 of file RotationInterfaces.h.
Referenced by compareR(), and perturb().
double CLHEP::HepRep3x3::yx_ |
Definition at line 325 of file RotationInterfaces.h.
Referenced by compareR(), and perturb().
double CLHEP::HepRep3x3::yy_ |
Definition at line 325 of file RotationInterfaces.h.
Referenced by compareR(), and perturb().
double CLHEP::HepRep3x3::yz_ |
Definition at line 325 of file RotationInterfaces.h.
Referenced by compareR(), and perturb().
double CLHEP::HepRep3x3::zx_ |
Definition at line 326 of file RotationInterfaces.h.
Referenced by compareR(), and perturb().
double CLHEP::HepRep3x3::zy_ |
Definition at line 326 of file RotationInterfaces.h.
Referenced by compareR(), and perturb().
double CLHEP::HepRep3x3::zz_ |
Definition at line 326 of file RotationInterfaces.h.
Referenced by compareR(), and perturb().