Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Interval Skip List in x-y-direction

Subject: CGAL users discussion list

List archive

[cgal-discuss] Interval Skip List in x-y-direction


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Interval Skip List in x-y-direction
  • Date: Mon, 9 Mar 2009 18:49:21 +0100 (CET)

Hi,
i was wondering if there is a way to implement an Interval Skip List for faces
in a triangulation based on an x-y interval from another point (lets say p1)
that is not included in the triangulation?
I'm calculate a delaunay_triangulation_2 of a terrain and have another point
that is not in the triangulation itself but within the convex hull of the
terrain. Now i would like to search for the face/triangle in which the p1
would
fall in the plane view of the triangulation. Currently i'm checking each
triangle (only in x-y) if it contains p1 in it (i do that with a point in
polygon check). The problem is i have to loop through each triangle to find a
"match". I would like to reduce the possible triangle candidates by an
Interval
Skip List.
Hope i explained this in an understable way...



Archive powered by MHonArc 2.6.16.

Top of Page