39. What is the primary use of clipping in computer graphics?
(A) adding graphics
(B) removing objects and lines
(C) zooming
(D) copying
40. Which vertex of the polygon is clipped first in polygon clipping?
(A) top right
(B) bottom right
(C) bottom left
(D) top left
Answers
Answer:
( 39) first question answer is option (B) removing objects and lines. .
(40) this is right answer is option( D) top left
Answer:- 39. (B) Removing objects and lines
40. (D) Top left
Clipping in Computer graphic is the process to draw pixels only to a selected region or to a well defined window. The pixels which are outside of the window are removed by the use of various defined clipping algorithms.
Clipping can be viewed as a method which determines a pixel that it is outside or inside of the window or a specified region.
In clipping in computer graphics, the primary use of the clipping is to remove the objects and lines in the clipping window.
And the Top left vertex of the polygon is clipped first in the polygon clipping.
We can clip a polygon by specifying the clipping window. Sutherland Hodgeman polygon clipping algorithm is used for the polygon clipping. In this algorithm, all the vertices of the polygon are clipped against each edge in the clipping window.
First of all, the polygon is clipped against the top left edge of the polygon window to get new vertices of the polygon and then the other.
To know more about the given topic please go through the following
Link1:- https://brainly.in/question/1775873?
Link2:- https://brainly.in/question/3370015?
#SPJ6