Go to the documentation of this file.
18 #ifndef IGNITION_RENDERING_TRANSFORMTYPE_HH_
19 #define IGNITION_RENDERING_TRANSFORMTYPE_HH_
23 #include "ignition/rendering/config.hh"
24 #include "ignition/rendering/Export.hh"
30 inline namespace IGNITION_RENDERING_VERSION_NAMESPACE {
@ TA_TRANSLATION_X
Translation in x.
Definition: TransformType.hh:39
TransformAxis
Unique identifiers for transformation axes.
Definition: TransformType.hh:34
@ TA_SCALE_X
Scale in x.
Definition: TransformType.hh:51
@ TA_SCALE_Y
Scale in y.
Definition: TransformType.hh:53
@ TM_SCALE
Scale mode.
Definition: TransformType.hh:69
@ TA_SCALEZ
Definition: TransformType.hh:69
@ TA_NONE
No axis.
Definition: TransformType.hh:37
@ TA_ROTATION_Z
Rotation in z.
Definition: TransformType.hh:49
@ TA_ROTATION_X
Rotation in x.
Definition: TransformType.hh:45
TransformSpace
Unique identifiers for transformation spaces.
Definition: TransformType.hh:74
TransformMode
Unique identifiers for transformation modes.
Definition: TransformType.hh:60
@ TA_ROTATION_Y
Rotation in y.
Definition: TransformType.hh:47
@ TS_WORLD
transformation in world frame
Definition: TransformType.hh:79
@ TA_SCALE_Z
Scale in z.
Definition: TransformType.hh:55
@ TA_TRANSLATION_Z
Translation in z.
Definition: TransformType.hh:43
@ TA_TRANSLATION_Y
Translation in y.
Definition: TransformType.hh:41
@ TM_ROTATION
Rotation mode.
Definition: TransformType.hh:67
@ TM_NONE
Inactive state.
Definition: TransformType.hh:63
@ TM_TRANSLATION
Translation mode.
Definition: TransformType.hh:65
@ TS_LOCAL
transformation in local frame
Definition: TransformType.hh:77