![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
| Transform (const Vector3d &translation) | |
| Affine Transform constuctors construct an augmented Matrix R R R T R R R T R R R T 0 0 0 1 Where R is a Rotation matrix T is a translation vector. | |
| Transform (const Matrix< double, 3, 3 > &rotation, const Vector3d &translation) | |
| Transform (const Matrix< double, 3, 3 > &rotation, const TranslationType &translation) | |
| Transform (const Vector3d &rotationMatrixCol0, const Vector3d &rotationMatrixCol1, const Vector3d &rotationMatrixCol2, const Vector3d &translation) | |
|
inlineexplicit |
Definition at line 40 of file AmgTransformPlugin.h.
|
inlineexplicit |
Definition at line 32 of file AmgTransformPlugin.h.
|
inlineexplicit |
Definition at line 49 of file AmgTransformPlugin.h.
|
inlineexplicit |
Affine Transform constuctors construct an augmented Matrix R R R T R R R T R R R T 0 0 0 1 Where R is a Rotation matrix T is a translation vector.
Definition at line 24 of file AmgTransformPlugin.h.