Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Constrained Delaunay Triangulation, finding edges in polygons

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Constrained Delaunay Triangulation, finding edges in polygons


Chronological Thread 
  • From: John Griessen <>
  • To:
  • Subject: Re: [cgal-discuss] Constrained Delaunay Triangulation, finding edges in polygons
  • Date: Mon, 30 Sep 2013 10:04:38 -0500

On 09/30/2013 09:20 AM, Stefan Salewski wrote:
these are the edges adjacent to two marked polygons
For my case I may have only one polygon (or more than one but with large
distance to each other). I want to find the inner edges,

The triangles are polygons that are adjacent, have adjacent edges, and are
always convex. That lets you find inner edges if all are marked as being
part of
a larger non-convex polygon and whether they are part of a particular
triangle.

For triangles that are a subset of the larger non-convex polygon:
If a triangle edge is part of a triangle and also part of an adjacent
triangle,
then it is interior.

You can mark "part of" or "outside of" the larger non-convex polygon
as you go, right? It is what you start with, then create Delaunay triangles
from, right?

John Griessen



Archive powered by MHonArc 2.6.18.

Top of Page