cubicBezier

@JvmStatic
fun cubicBezier(x1: Double, x2: Double, x3: Double, x4: Double): Expression

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