Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Decomposing a polygon in convex parts

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Decomposing a polygon in convex parts


Chronological Thread 
  • From: Thijs van Lankveld <>
  • To:
  • Subject: Re: [cgal-discuss] Decomposing a polygon in convex parts
  • Date: Thu, 05 Dec 2013 11:23:44 +0100

I would use a constrained triangulation for such a task (with the polygon edges as constraints). All the convex parts would then be triangles.

Thijs


On 04/12/2013 20:38, Asher Kamiraze wrote:
Hi all,

I am looking for an implementation of an algorithm to decompose a simple polygon in convex parts. I am not looking for an optimal solution.

If anyone has some clues or code he his willing to share...

Regards,

Asher




Archive powered by MHonArc 2.6.18.

Top of Page