Method
ClutterActorBoxinterpolate
Declaration [src]
void
clutter_actor_box_interpolate (
  const ClutterActorBox* initial,
  const ClutterActorBox* final,
  gdouble progress,
  ClutterActorBox* result
)
Parameters
- final
- 
            Type: ClutterActorBoxThe final ClutterActorBox.The data is owned by the caller of the method. 
- progress
- 
            Type: gdoubleThe interpolation progress. 
- result
- 
            Type: ClutterActorBoxReturn location for the interpolation. The argument will be set by the function. The returned data is owned by the instance.