CGAL 6.0 - 2D Regularized Boolean Set-Operations
Loading...
Searching...
No Matches
CGAL::Gps_circle_segment_traits_2< Kernel > Class Template Reference

#include <CGAL/Gps_circle_segment_traits_2.h>

Definition

template<typename Kernel>
class CGAL::Gps_circle_segment_traits_2< Kernel >

The traits class Gps_circle_segment_traits_2 models the GeneralPolygonSetTraits_2 concept.

It enables Boolean set-operations on general polygons bounded by linear segments or circular arcs. It should be parameterized with a kernel.

Is model of
GeneralPolygonSetTraits_2
See also
CGAL::Arr_circle_segment_traits_2<Kernel>
Examples
Boolean_set_operations_2/circle_segment.cpp, Boolean_set_operations_2/dxf_union.cpp, and Boolean_set_operations_2/set_union.cpp.