cubicBezier

fun cubicBezier(x1: Double, x2: Double, x3: Double, x4: Double): Expression.InterpolatorBuilder

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