Method

ClutterActorget_transform

Declaration [src]

void
clutter_actor_get_transform (
  ClutterActor* self,
  graphene_matrix_t* transform
)

Description [src]

Retrieves the current transformation matrix of a ClutterActor.

Available since:1.12

Parameters

transform graphene_matrix_t
 

A #graphene_matrix_t.

 The argument will be set by the function.
 The data is owned by the caller of the function.