cubicBezier

fun cubicBezier(x1: Expression, x2: Expression, x3: Expression, x4: Expression): <ERROR CLASS>
fun cubicBezier(block: Expression.ExpressionBuilder.() -> Unit): <ERROR CLASS>

Interpolates using the cubic bezier curve defined by the given control points.