CGAL 5.0.3 - 2D Regularized Boolean Set-Operations
|
#include <CGAL/Gps_traits_2.h>
The traits class Gps_traits_2
models the concept GeneralPolygonSetTraits_2
.
It inherits from the instantiated type of the template parameter ArrTraits
, which must model the concept ArrangementDirectionalXMonotoneTraits_2
, (which in turn refines the concept ArrangementXMonotoneTraits_2
). The template parameter GeneralPolygon_t
must be instantiated with a model of the concept of GpsTraitsGeneralPolygon_2
. By default, the latter is instantiated by CGAL::General_polygon_2<ArrTraits>
.