CGAL 6.0 - 2D Minkowski Sums
Loading...
Searching...
No Matches
CGAL::Polygon_nop_decomposition_2< Kernel, Container > Class Template Reference

#include <CGAL/Polygon_nop_decomposition_2.h>

Definition

template<typename Kernel, typename Container>
class CGAL::Polygon_nop_decomposition_2< Kernel, Container >

The Polygon_nop_decomposition_2 class implements a convex decomposition of a polygon, which merely passes the input polygon to the list of output convex polygons.

It should be used when it is known that the input polygon is convex to start with.

Is model of
PolygonConvexDecomposition_2