Example 7. Find
composite Bézier curve for the data given below.
![[Graphics:Images/BezierCurveMod_gr_263.gif]](../Images/BezierCurveMod_gr_263.gif)
Solution 7.
For each Bézier curve, the eight numbers
are entered in a row vector, i.e.
the first one is
.
Construct the four Bézier pieces, i.e. sets of parametric
equations, and store them in the table P.
Print out the four Bézier pieces ![]()
Graph all the curve, which is stored in the
vector
for
.
Notice. The
command Evaluate[P] must be used
in order for the "functions" to be sent to the graphics
subroutine.
An alternate command that will work
is Release[P].
![[Graphics:../Images/BezierCurveMod_gr_276.gif]](../Images/BezierCurveMod_gr_276.gif)
![[Graphics:../Images/BezierCurveMod_gr_277.gif]](../Images/BezierCurveMod_gr_277.gif)
(c) John H. Mathews 2003