This function computes a point on a Bézier curve using De Casteljau's algorithm.
The interpolation parameter
The control points of the Bézier curve
The point on the Bézier curve
This function computes a point on a Bézier curve using De Casteljau's algorithm.