0% found this document useful (0 votes)
27 views1 page

Tut 9

The document discusses different types of curves and surfaces used in computer graphics including implicit curves, explicit curves, parametric curves, interpolation curves, approximation curves, Hermite splines, Bezier curves, and B-splines. It provides examples of drawing these curves and surfaces and differentiating between Bezier and Hermite curves.

Uploaded by

jilopapaagye
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Tut 9

The document discusses different types of curves and surfaces used in computer graphics including implicit curves, explicit curves, parametric curves, interpolation curves, approximation curves, Hermite splines, Bezier curves, and B-splines. It provides examples of drawing these curves and surfaces and differentiating between Bezier and Hermite curves.

Uploaded by

jilopapaagye
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Computer Graphics (CSH310B-T)

Course: B. Tech Semester: VI


Session: 2023-24 Subject: Computer Graphics and Multimedia (CSH310B-T)

Tut: 9 Curves and Surfaces


Objective: The objective is to make the students to understand the basics of Concepts of drawing
a curve and surface.

Course Outcome CO3: Statement of CO3 from course plan

Blooms Taxonomy Level: BT2, BT3

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.

You might also like