#include "TNamed.h"Go to the source code of this file.
Classes | |
| class | TGeoMatrix |
| class | TGeoTranslation |
| class | TGeoRotation |
| class | TGeoScale |
| class | TGeoCombiTrans |
| class | TGeoGenTrans |
| class | TGeoIdentity |
| class | TGeoHMatrix |
Variables | |
| const Double_t | kNullVector [3] = {0.0, 0.0, 0.0} |
| const Double_t | kIdentityMatrix [3 *3] |
| const Double_t | kUnitScale [3] = {1.0, 1.0, 1.0} |
| R__EXTERN TGeoIdentity * | gGeoIdentity |
| R__EXTERN TGeoIdentity* gGeoIdentity |
Definition at line 461 of file TGeoMatrix.h.
| const Double_t kIdentityMatrix[3 *3] |
Initial value:
{1.0, 0.0, 0.0,
0.0, 1.0, 0.0,
0.0, 0.0, 1.0}
Definition at line 28 of file TGeoMatrix.h.
| const Double_t kNullVector[3] = {0.0, 0.0, 0.0} |
Definition at line 26 of file TGeoMatrix.h.
| const Double_t kUnitScale[3] = {1.0, 1.0, 1.0} |
Definition at line 32 of file TGeoMatrix.h.
1.5.1