Method
ClutterTimelineget_cubic_bezier_progress
Declaration [src]
gboolean
clutter_timeline_get_cubic_bezier_progress (
ClutterTimeline* timeline,
graphene_point_t* c_1,
graphene_point_t* c_2
)
Parameters
c_1
-
Type:
graphene_point_t
Return 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_t
Return 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.