Method
ClutterActorget_translation
Declaration [src]
void
clutter_actor_get_translation (
  ClutterActor* self,
  gfloat* translate_x,
  gfloat* translate_y,
  gfloat* translate_z
)
Parameters
- translate_x
- 
            Type: gfloat*Return location for the X component of the translation, or NULL.The argument will be set by the function. The argument can be NULL.
- translate_y
- 
            Type: gfloat*Return location for the Y component of the translation, or NULL.The argument will be set by the function. The argument can be NULL.
- translate_z
- 
            Type: gfloat*Return location for the Z component of the translation, or NULL.The argument will be set by the function. The argument can be NULL.