cubic Bezier
fun cubicBezier(x1: Expression, x2: Expression, x3: Expression, x4: Expression): Expression
Content copied to clipboard
fun cubicBezier(block: Expression.ExpressionBuilder.() -> Unit): Expression
Content copied to clipboard
Interpolates using the cubic bezier curve defined by the given control points.