#include "TNamed.h"Include dependency graph for TGeoMatrix.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | TGeoMatrix |
| class | TGeoTranslation |
| class | TGeoRotation |
| class | TGeoScale |
| class | TGeoCombiTrans |
| class | TGeoGenTrans |
| class | TGeoIdentity |
| class | TGeoHMatrix |
Enumerations | |
| enum | EGeoTransfTypes { kGeoIdentity = 0, kGeoTranslation = BIT(17), kGeoRotation = BIT(18), kGeoScale = BIT(19), kGeoReflection = BIT(20), kGeoRegistered = BIT(21), kGeoCombiTrans = kGeoTranslation | kGeoRotation, kGeoGenTrans = kGeoTranslation | kGeoRotation | kGeoScale } |
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 |
|
|
Definition at line 25 of file TGeoMatrix.h. |
|
|
Definition at line 37 of file TGeoMatrix.h. Referenced by TGeoIdentity::GetTranslation(), TGeoScale::GetTranslation(), and TGeoRotation::GetTranslation(). |
|
|
Initial value: {1.0, 0.0, 0.0,
0.0, 1.0, 0.0,
0.0, 0.0, 1.0}Definition at line 39 of file TGeoMatrix.h. Referenced by TGeoIdentity::GetRotationMatrix(), TGeoScale::GetRotationMatrix(), and TGeoTranslation::GetRotationMatrix(). |
|
|
Definition at line 43 of file TGeoMatrix.h. Referenced by TGeoIdentity::GetScale(), TGeoCombiTrans::GetScale(), TGeoRotation::GetScale(), and TGeoTranslation::GetScale(). |
|
|
Definition at line 360 of file TGeoMatrix.h. |
1.2.16