CGAL 5.0 - 2D Polygons
|
The assertion flags for the polygons and polygon operations use POLYGON
in their names (e.g., CGAL_POLYGON_NO_ASSERTIONS
).
CGAL::Polygon_2<PolygonTraits_2, Container>
CGAL::Polygon_with_holes_2<PolygonTraits_2,Container>
CGAL::General_polygon_with_holes_2<General_polygon>
CGAL::area_2()
CGAL::bottom_vertex_2()
CGAL::bounded_side_2()
CGAL::is_convex_2()
CGAL::is_simple_2()
CGAL::left_vertex_2()
CGAL::orientation_2()
CGAL::oriented_side_2()
CGAL::polygon_area_2()
CGAL::right_vertex_2()
CGAL::top_vertex_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... | |