Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: polygon triangulation


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: polygon triangulation
  • Date: Thu, 14 Apr 2011 08:59:48 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=kcOQ5k/YVt72w1kcnIKV1HrK1rdDdSFFZfxk6HcWl5i+oXAuQcL3tdk0kjsoOmBj5g /d3/lI34KWRZHHnnhgsv0I68xzEZZafES/VY9QcmdVSs5B5a6BmpkDzMSDVWJ4U2IavJ 826bpEgIlLliFcSqHq85vUMzK4L2nsLLqHUhA=

On 04/14/2011 05:32 AM, sara123 wrote:
After reading the cgal manual (2D Triangulations) I realized that after
constrained triangulation of a simple polygon we have eventually a convex
polygon, even if our input polygon does'nt be convex!

Of course, it is computing a triangulation of the plane.
You have to filter out triangles that are outside you original polygon.

You can use a propagation from triangles to triangles, never crossing a
constrained edge. The simplest is to start with an infinite face and
get all faces that are not in the polygon.

S.




what should i do if i want this does'nt happen?


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/polygon-triangulation-tp3356157p3448688.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.16.

Top of Page