De Casteljau's algorithm
ID: 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.
New to topics? Read the docs here!