Method

ClutterActorget_translation

Declaration [src]

void
clutter_actor_get_translation (
  ClutterActor* self,
  gfloat* translate_x,
  gfloat* translate_y,
  gfloat* translate_z
)

Description [src]

Retrieves the translation set using clutter_actor_set_translation().

Available since:1.12

Parameters

translate_x 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 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 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.