#include "TNamed.h"
Classes | |
class | TGeoCombiTrans |
Class describing rotation + translation. More... | |
class | TGeoGenTrans |
Most general transformation, holding a translation, a rotation and a scale. More... | |
class | TGeoHMatrix |
Matrix class used for computing global transformations Should NOT be used for node definition. More... | |
class | TGeoIdentity |
An identity transformation. More... | |
class | TGeoMatrix |
Geometrical transformation package. More... | |
class | TGeoRotation |
Class describing rotations. More... | |
class | TGeoScale |
Class describing scale transformations. More... | |
class | TGeoTranslation |
Class describing translations. More... | |
Variables | |
R__EXTERN TGeoIdentity * | gGeoIdentity |
const Double_t | kIdentityMatrix [3 *3] = {1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0} |
const Double_t | kNullVector [3] = {0.0, 0.0, 0.0} |
const Double_t | kUnitScale [3] = {1.0, 1.0, 1.0} |
R__EXTERN TGeoIdentity* gGeoIdentity |
Definition at line 537 of file TGeoMatrix.h.
const Double_t kIdentityMatrix[3 *3] = {1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0} |
Definition at line 26 of file TGeoMatrix.h.
const Double_t kNullVector[3] = {0.0, 0.0, 0.0} |
Definition at line 24 of file TGeoMatrix.h.
const Double_t kUnitScale[3] = {1.0, 1.0, 1.0} |
Definition at line 28 of file TGeoMatrix.h.