1.

Which vertex of the polygon is clipped first in polygon clipping?(a) top right(b) bottom right(c) bottom left(d) top leftI got this question during an online interview.This interesting question is from Clipping Operations in division 2D Transformation and Viewing of Computer Graphics

Answer» CORRECT choice is (d) top left

The best EXPLANATION: In polygon clipping, first the polygon is clipped against the left EDGE of the polygon window to GET new vertices of the polygon. So, it is the top left which is clipped first.


Discussion

No Comment Found

Related InterviewSolutions