Bézier Curve Exercises
Quadratic Bézier Curve
-
- Create the Bézier Curve with
,
, and
and describe the curve.
- Create the Bézier Curve with
Cubic Bézier Curve
-
- Add an intermediate control point,
(
is the new endpoint) and describe the curve.
- Add an intermediate control point,
Quartic Bézier Curve
- Add an additional control point after P2,
(
is the new endpoint) and describe the curve.
Modifying Curves
- Keeping the same points from the Quartic Bézier Curve, adjust the drawing to draw and describe a:
- Quadratic Bézier Curve
- Cubic Bézier Curve