math.CubicBezier
Example
Demonstrates the use of this function.
Output:
Lerp point between 4 control points with cubic bezier.
See math.QuadraticBezier for a similar function which works with 3 control points.
Demonstrates the use of this function.