\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12 - 2D Regularized Boolean Set-Operations
CGAL::Gps_circle_segment_traits_2< Kernel > Class Template Reference

#include <CGAL/Gps_circle_segment_traits_2.h>

Definition

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.