View Single Post
  #3  
Old 02-01-2010, 11:56 AM
Jirus Jirus is offline
Junior Member
 
Join Date: Feb 2010
Posts: 3
Jirus is on a distinguished road
Default

Polygon clipping is the removal of part of an object outside a polygon.Efficient algorithms exist that pipeline the sequence of edges that define the polygon to the set of planes to be clipped against.Polygon clipping is particularly difficult because it is necessary that closed polygons remain closed.Clipping a polygon can result in several disjoint polygons.
__________________
selling photography
Reply With Quote