<div class='sourceset sourceset-common'>Common</div>

```kotlin
Cubic,
```

Cubic curve, the path segment contains 4 points in the following order:
- Start point
- First control point
- Second control point
- End point

The weight is set 0.0f and not meaningful.