Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to make Polygon_with_holes_2 from Polygon_2 with holes

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to make Polygon_with_holes_2 from Polygon_2 with holes


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] How to make Polygon_with_holes_2 from Polygon_2 with holes
  • Date: Mon, 26 Jan 2009 18:04:44 +0100 (CET)

Dear All,

Hi. I am a new learner in CGAL. I have tried to make a sample program to do
boolean operation on 2D polygons. My problem is how to make
Polygon_with_holes_2 from input Polygon_2 with holes (complex polygon) before
boolean operation. For example, points of input Polygon_2 are
(0,0) (10,0) (10,10) (10,20) (20,20) (20,10) (10,10) (10,0) (30,0) (30,30)
(0,30)
Is there a CGAL package to make Polygon_with_holes from this complex polygon?

Best Regards,
Hyungon Kim



Archive powered by MHonArc 2.6.16.

Top of Page