Google News
logo
Computer Graphics - Quiz(MCQ)
Which of the following is the purpose for using clipping in computer graphics?
A)
copying
B)
zooming
C)
removing objects and lines
D)
adding graphics

Correct Answer :   removing objects and lines


Explanation : Clipping is a technique for removing objects, lines, and line segments that are outside of the viewing pane. Several types of clippings are used in computer graphics like:

* Point Clipping
* Line Clipping
* Area Clipping (Polygon)
* Curve Clipping
* Text Clipping
* Exterior Clipping

Advertisement