Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] triangulation non convex polygon

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] triangulation non convex polygon


Chronological Thread 
  • From: Mateus Bellomo <>
  • To:
  • Subject: Re: [cgal-discuss] triangulation non convex polygon
  • Date: Sun, 11 Sep 2016 10:54:04 -0300
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:lkcwExZrAJR7Fb4ZQMxAbfb/LSx+4OfEezUN459isYplN5qZpM28bnLW6fgltlLVR4KTs6sC0LuP9f6/Ej1aqdbZ6TZZIcQKD0dEwewt3CUYSPafDkP6KPO4JwcbJ+9lEGFfwnegLEJOE9z/bVCB6le77DoVBwmtfVEtfre9JIfegoyN2vyo/NWLOkMT1WP7P+w5fU/+7V2I8JJH2c06cud54yCKi0MAQ/5Ry2JsKADbtDfHzeD0wqRe9T9Nsekq7c9KXPayVa05SbtFEGZuaDhtt4W4/STFVhaFs3sATn0NwF0PGBnA9Bi8X5HrsyK8uPA6wzifJcSxTLY6XnOp4K5vDRPpkywaLCVqzGaCgcN5iOdXoQmqugdk64/SeoCccvRkLY3HetZPYGNdU9tKHwZMBoe7aoxHW+8IIetFtIPwo18JqByWCgylBeepwThN0CyllZYm2vgsRFmVlDcrGMgD5SzZ

Thanks Marc.

But what do you mean by "it will triangulate both the inside and the outside of the polygon" ?

The problem I'm having is that my polygon is non convex and I need to split the polygon interior into triangles.

2016-09-11 10:15 GMT-03:00 Marc Glisse <>:
On Sun, 11 Sep 2016, Mateus Bellomo wrote:

I would like to know if there is a way of doing a triangulation of a non
convex polygon.

I read about Triangulation_2 [1] but it only refers to convex set of points.

http://doc.cgal.org/latest/Triangulation_2/classCGAL_1_1Constrained__triangulation__2.html or http://doc.cgal.org/latest/Triangulation_2/classCGAL_1_1Constrained__Delaunay__triangulation__2.html should work. If you insert the edges of your polygon as constraints, it will triangulate both the inside and the outside of the polygon.

http://doc.cgal.org/latest/Triangulation_2/index.html#title29 "Example: Triangulating a Polygonal Domain" may help.

--
Marc Glisse


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page