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_tReturn location for the first control point of the cubic bezier, or NULL.The argument will be set by the function. The returned data is owned by the instance. 
- 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 returned data is owned by the instance.