CGAL 5.6.1 - 2D Polygons
2D Polygon Reference

polygon.png
Geert-Jan Giezeman and Wieger Wesselink
This package provides a 2D polygon class and operations on sequences of points, like bounding box, extremal points, signed area, simplicity and convexity test, orientation, and point location. The demo includes operations on polygons, such as computing a convex partition, and the straight skeleton.
Introduced in: CGAL 0.9
BibTeX: cgal:gw-p2-24a
License: LGPL
Windows Demo: Operations on Polygons

Classified Reference Pages

Concepts

Classes

Global Functions

Draw a Polygon_2

Draw a Polygon_with_holes_2

Modules

 Concepts
 
 Global Functions
 
 Draw a 2D Polygon
 
 Draw a 2D Polygon with Holes
 

Classes

class  CGAL::General_polygon_with_holes_2< Polygon_ >
 The class General_polygon_with_holes_2 models the concept GeneralPolygonWithHoles_2. More...
 
class  CGAL::Polygon_2< Traits_P, Container_P >
 The class Polygon_2 implements polygons. More...
 
class  CGAL::Polygon_with_holes_2< Kernel, Containter >
 The class Polygon_with_holes_2 models the concept GeneralPolygonWithHoles_2. More...