Method
ClutterActorBoxinterpolate
since: 1.2
Declaration [src]
void
clutter_actor_box_interpolate (
const ClutterActorBox* initial,
const ClutterActorBox* final,
gdouble progress,
ClutterActorBox* result
)
Description [src]
Interpolates between initial
and final
ClutterActorBox
es
using progress
.
Available since: 1.2
Parameters
final
-
Type:
ClutterActorBox
The final
ClutterActorBox
.The data is owned by the caller of the function. progress
-
Type:
gdouble
The interpolation progress.
result
-
Type:
ClutterActorBox
Return location for the interpolation.
The argument will be set by the function. The data is owned by the caller of the function.