Jump to content

De Casteljau's algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jaredwf (talk | contribs) at 13:01, 15 May 2004 (add page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The de Casteljau's algorithm is a method invented by Paul de Casteljau that uses recursive linear interpolation to find Bézier curves.

The algorithm can be expressed by the recurrence relation

for i = 1, 2, ..., n and j = 0, 1, ..., n-i where P0,j for j = 0, 1, ..., n are the initial control points,

Example

With three control points

we would have

and

This gives the expected quadratic Bézier curve as a result.