cubic Bezier
fun cubicBezier(x1: Expression, x2: Expression, x3: Expression, x4: Expression): Expression.InterpolatorBuilder
Interpolates using the cubic bezier curve defined by the given control points.
Interpolates using the cubic bezier curve defined by the given control points.