Bézier Curve by de Casteljau's Algorithm
Bézier Curve by de Casteljau's Algorithm
As changes from 1 to 3 a sequence of linear interpolations shows how to construct a point on the cubic Bézier curve when there are four control points. The parameter controls the proportion of the distance along an interpolating line. As varies between 0 and 1 the entire curve is generated.
r
t
t
Details
Details
For control points, ,,...,, the Bézier curve can be constructed by the recurrence relation (t)=(1-t)(t)+t(t) where =(1-t)+t is the linear interpolation between control points and . The recursion level goes from 1 to and runs from 0 to .
n+1
p
0
p
1
p
n
r
B
i
r-1
B
i
r-1
B
i+1
1
B
i
p
i
p
i+1
p
i
p
i+1
r
n
i
n-r
External Links
External Links
Permanent Citation
Permanent Citation
Bruce Atwood
"Bézier Curve by de Casteljau's Algorithm"
http://demonstrations.wolfram.com/BezierCurveByDeCasteljausAlgorithm/
Wolfram Demonstrations Project
Published: September 28, 2007