CubicBezierTimingFunction
Specifies a cubic-bezier curve.
Gets the x-coordinate of the p1.
Gets the x-coordinate of the p2.
Gets the y-coordinate of the p1.
Gets the y-coordinate of the p2.
The four values specify points P1 and P2 of the curve as (x1, y1, x2, y2). Both
x values must be in the range [0, 1] or the definition is invalid. The y values
can exceed this range.