De Casteljau's algorithm (source code)

= De Casteljau's algorithm
{wiki=De_Casteljau's_algorithm}

De Casteljau's algorithm is a numerical method for evaluating Bézier curves, which are widely used in computer graphics, animation, and geometric modeling. The algorithm provides a way to compute points on a Bézier curve for given parameter values, typically between 0 and 1.