cubicTo

fun cubicTo(c1x: Float, c1y: Float, c2x: Float, c2y: Float, x: Float, y: Float)

Cubic Bézier with control points (c1x, c1y) / (c2x, c2y) ending at (x, y).