CG PAPER 2023 Solved
CG PAPER 2023 Solved
CG PAPER 2023 Solved
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