Method
ClutterTimelineget_cubic_bezier_progress
since: 1.12
Declaration [src]
gboolean
clutter_timeline_get_cubic_bezier_progress (
ClutterTimeline* timeline,
graphene_point_t* c_1,
graphene_point_t* c_2
)
Description [src]
Retrieves the control points for the cubic bezier progress mode.
Available since: 1.12
Parameters
c_1-
Type:
graphene_point_tReturn location for the first control point of the cubic bezier, or
NULL.The argument will be set by the function. The data is owned by the caller of the function. c_2-
Type:
graphene_point_tReturn location for the second control point of the cubic bezier, or
NULL.The argument will be set by the function. The data is owned by the caller of the function.