Tut 9
Tut 9
1. Explain the Implicit curve Explicit curve and parametric curve with examples.
2. Explain the differences between Interpolation and approximation curve.
3. Explain the Interpolation method with matrix representation.
4. For higher dimensions, calculate the Hermite spline functions.
[][ ][ ][ ]
3
x1 x0 x 1 x 0 −2 3 0 0
' ' t
x
2 −3 0 1 t2
y = y1 y0 y '1 y '0
1 −1 0 0 t
z z1 z0
' '
z 1 z 0 1 −2 1 0 1
5. Draw the Bezier curve for P0 (3,4), P1(5,11) ,P2(9,15) and P3(15,20).
6. Differentiate between Bezier curve and Hermite curve.
7. Explain B-Splines.