Method

ClutterActorBoxinterpolate

Declaration [src]

void
clutter_actor_box_interpolate (
  const ClutterActorBox* initial,
  const ClutterActorBox* final,
  gdouble progress,
  ClutterActorBox* result
)

Description [src]

Interpolates between initial and final ClutterActorBoxes using progress.

Available since:1.2

Parameters

final ClutterActorBox
 

The final ClutterActorBox.

 The data is owned by the caller of the function.
progress gdouble
 

The interpolation progress.

result ClutterActorBox
 

Return location for the interpolation.

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