1.

In line clipping, the portion of line which is _____________ of window is cut and the portion that is _____________ the window is kept.(a) outside, inside(b) inside, outside(c) exact copy, different(d) different, an exact copyI had been asked this question in quiz.My question comes from Clipping Operations in section 2D Transformation and Viewing of Computer Graphics

Answer»

Right option is (a) outside, inside

The EXPLANATION: Line clipping FOLLOWS the same algorithm that is in the case of point clipping. So, in line clipping also, we will CUT the PORTION of the line which is outside of the window and keep only the portion that is inside the window.



Discussion

No Comment Found

Related InterviewSolutions