|
CGAL 6.3 - 2D Regularized Boolean Set-Operations
|
#include <CGAL/Gps_segment_traits_2.h>
GeneralPolygonSetTraits_2 Definition | |
The traits class Gps_segment_traits_2 models the concept GeneralPolygonSetTraits_2. It enables Boolean set-operations on (linear) polygons. It defines the exposed type Polygon_2 to be CGAL::Polygon_2<Kernel,Container>. By default, the template parameter Container is instantiated with std::vector<Kernel::Point_2> and the template parameter ArrSegmentTraits is instantiated with CGAL::Arr_segment_traits_2<Kernel>. | |
| typedef CGAL::Polygon_2< Kernel, Container > | Polygon_2 |