mirror of https://github.com/CGAL/cgal
parent
6f875f6fa0
commit
53f32aba4a
|
|
@ -639,8 +639,7 @@ bool are_holes_and_boundary_pairwise_disjoint
|
||||||
typedef typename Polygon_set_2::Arrangement_on_surface_2
|
typedef typename Polygon_set_2::Arrangement_on_surface_2
|
||||||
Arrangement_2;
|
Arrangement_2;
|
||||||
|
|
||||||
/* Should be perfored more efficeintly than using sweep and than
|
/* Should be perfored more efficiently than using sweep and then difference().
|
||||||
* difference().
|
|
||||||
*
|
*
|
||||||
* Use sweep to find intersections on the interior of curves (not on vertices)
|
* Use sweep to find intersections on the interior of curves (not on vertices)
|
||||||
* and overlapping edges which are not allowed (note that 0/1 dimension
|
* and overlapping edges which are not allowed (note that 0/1 dimension
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue