EXERCISES to EXPLORE with this APPLET
DIRECTIONS: In this applet, you create a C0
cubic Bezier spline, by placing contol points. When you place 3n+1 points, you create n cubic Bezier
curves with the four control points p3i-3, p3i-2,
p3i-1, and p3i for i=1,2,...,n defining the
each individual Bezier curve. The points p3i with i=1,2,...,n-1 are referred
to sometimes as joint points, as they are where two individual curves are joined together.
- Play with creating C0 splines.
- How does the curve generated by a C0 Bezier spline differ from the curve generated by
a Bezier curve with the same control points?
- What conditions need to satisfied at a joint point in order for two segments to be joined smoothly?
- Using splines can you create a curve that is approximately a circle? If so how?
|
|
|