Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3D Delaunay triangulation: nearest simplex on convex hull

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3D Delaunay triangulation: nearest simplex on convex hull


Chronological Thread 
  • From: Simon Giraudot <>
  • To:
  • Subject: [cgal-discuss] 3D Delaunay triangulation: nearest simplex on convex hull
  • Date: Wed, 28 Oct 2015 11:54:00 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:aENU9RCR/8Rbk+hqsef5UyQJP3N1i/DPJgcQr6AfoPdwSP78p8bcNUDSrc9gkEXOFd2CrakU1qyP7uu6ASQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JTqkbnvsMeLKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FpwecbDv6/J/hwDeEATWduD2dg78LisVzPTBCE+2AHemQQiBtBRQbfvz/gWZKkiSr/sew19yiANND6Sqx8DS+j6qBtDhDpki4aOzkl2G7ajcl9kLhKrhuquxtl0sjfZ4TDZ6k2Rb/UYd5PHTkJZc1WTSEUX9ux

Hello,

I am trying to access the nearest simplex (vertex, edge or facet) of a query point lying *outside* of the convex hull of the 3D Delaunay triangulation (this nearest simplex is thus adjacent to at least one infinite cell).

It seems difficult for several reasons:
* The infinite cells of a DT do not have a geometric meaning: locate() applied to an outside point returns "one" infinite cell, but it does not means that the point projects on the finite facet of this cell;
* The nearest_vertex() can give a hint but the nearest vertex of an outside point is not necesseraly on the convex hull.

Is there a simple/efficient way to do that?

Thanks in advance,

--
Simon Giraudot, PhD
R&D Engineer
GeometryFactory - http://geometryfactory.com/




Archive powered by MHonArc 2.6.18.

Top of Page