CG PAPER 2023 Solved

Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

CG PAPER 2023

b)Explain the working of the Raster scan system with a neat diagram.
d) Scale a triangle A(4,4), B(12,4) and C(8,10) with scaling factor Sx= 2 and Sy=1
Q3.

a) Explain Flood fill and boundary fill algorithm with a suitable example. Write merits and demerits
of the same

The flood fill algorithm is another computer graphics algorithm used for coloring a connected region with
a particular color
The boundary fill algorithm is a computer graphics algorithm used for filling a closed area with a particular color. It is
commonly used in graphics applications for tasks such as coloring the interior of shapes or regions.
b)Derive transformation matrix for 2D rotation about a fixed point
Q4

a) Explain Sutherland-Hodgeman polygon clipping algorithm with a suitable example.


Q5.
a) What is Bezier curve? Write important properties of the Bezier curve.
b)What do you mean by line clipping? Explain Cohen-Sutherland line clipping algorithm with a suitable
example
.
Q6.

a) Write a note on 3D projections

b) What is animation? Explain key frame animation.


c) What are the properties of fractals? Explain how the Koch curve is constructed. Calculate the
dimensions of Koch curve

You might also like