\( \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.8.2 - 2D Polygons
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
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-16b
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_, Container_ >
 The class Polygon_2 implements polygons. More...