Catmull-Rom Spline Exercises
Single Spline
- Create the Catmull-Rom Spline with , , , and . Describe the spline.
- Swap P1 and P2 and redraw the spline. Describe the new spline. Why?
Double Spline
- Using the original points (non-swapped), add an additional point, P_4=(750,125). Describe the new spline curve.
- Swap P2 and P3 and redraw the spline curve. Why?
- Predict what would happen if, using the original points, the following swaps were made:
- P1 and P3 were swapped
- P1 and P2 were swapped