Sciweavers

GEOINFO
2007

Polygon Clipping and Polygon Reconstruction

13 years 5 months ago
Polygon Clipping and Polygon Reconstruction
Polygon clipping is an important operation that computers execute all the time. An algorithm that clips a polygon is rather complex. Each edge of the polygon must be tested against each edge of the clipping window, usually a rectangle. As a result, new edges may be added, and existing edges may be discarded, retained, or divided. Multiple polygons may result from clipping a single polygon. After clipping, we may have a set of segments, which must be handled to generate the clipped polygon. This work proposes two new algorithms: clipping polygon against a rectangle window, and polygon reconstruction from a set of segments. The algorithms were implemented in Secondo, a platform for implementing and experimenting with various kinds of data models.
Leonardo Guerreiro Azevedo, Ralf Hartmut Güti
Added 29 Oct 2010
Updated 29 Oct 2010
Type Conference
Year 2007
Where GEOINFO
Authors Leonardo Guerreiro Azevedo, Ralf Hartmut Güting
Comments (0)