Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <RotationInterfaces.h>
Public Member Functions | |
HepRep4x4Symmetric () | |
HepRep4x4Symmetric (double xx, double xy, double xz, double xt, double yy, double yz, double yt, double zz, double zt, double tt) | |
HepRep4x4Symmetric (const double *array) | |
void | setToIdentity () |
void | getArray (double *array) const |
Public Attributes | |
double | xx_ |
double | xy_ |
double | xz_ |
double | xt_ |
double | yy_ |
double | yz_ |
double | yt_ |
double | zz_ |
double | zt_ |
double | tt_ |
Definition at line 366 of file RotationInterfaces.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
double CLHEP::HepRep4x4Symmetric::tt_ |
Definition at line 388 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), CLHEP::HepBoost::print(), and CLHEP::HepBoost::set().
double CLHEP::HepRep4x4Symmetric::xt_ |
Definition at line 385 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), CLHEP::HepBoost::norm2(), and CLHEP::HepBoost::set().
double CLHEP::HepRep4x4Symmetric::xx_ |
Definition at line 385 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), and CLHEP::HepBoost::set().
double CLHEP::HepRep4x4Symmetric::xy_ |
Definition at line 385 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), and CLHEP::HepBoost::set().
double CLHEP::HepRep4x4Symmetric::xz_ |
Definition at line 385 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), and CLHEP::HepBoost::set().
double CLHEP::HepRep4x4Symmetric::yt_ |
Definition at line 386 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), CLHEP::HepBoost::norm2(), and CLHEP::HepBoost::set().
double CLHEP::HepRep4x4Symmetric::yy_ |
Definition at line 386 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), and CLHEP::HepBoost::set().
double CLHEP::HepRep4x4Symmetric::yz_ |
Definition at line 386 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), and CLHEP::HepBoost::set().
double CLHEP::HepRep4x4Symmetric::zt_ |
Definition at line 387 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), CLHEP::HepBoost::norm2(), and CLHEP::HepBoost::set().
double CLHEP::HepRep4x4Symmetric::zz_ |
Definition at line 387 of file RotationInterfaces.h.
Referenced by CLHEP::HepBoost::matrixMultiplication(), and CLHEP::HepBoost::set().