What is polygon clipping in graphics?
What is polygon clipping in graphics? polygon clipping Removal of part of an object outside a polygon (see clipping). Efficient algorithms exist that pipeline the sequence of edges that define the polygon to the set of planes to be clipped against. Clipping a polygon can result in several disjoint polygons. Read more…