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