CGAL 4.8.1 - 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::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 | |
Classes | |
class | CGAL::Polygon_2< Traits_, Container_ > |
The class Polygon_2 implements polygons. More... | |