\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12.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-18b
License: LGPL
Windows Demo: Operations on Polygons
Common Demo Dlls: dlls

Assertions

The assertion flags for the polygons and polygon operations use POLYGON in their names (e.g., CGAL_POLYGON_NO_ASSERTIONS).

Classified Reference Pages

Concepts

Classes

Global Functions

Modules

 Concepts
 
 Global Functions
 

Classes

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...
 
class  CGAL::General_polygon_with_holes_2< Polygon_ >
 The class General_polygon_with_holes_2 models the concept GeneralPolygonWithHoles_2. More...