Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D Triangulation-Segment intersection

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D Triangulation-Segment intersection


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] 3D Triangulation-Segment intersection
  • Date: Fri, 21 Mar 2014 16:21:04 +0100
  • Organization: GeometryFactory



On 21/03/2014 14:45, Per Zetterlund wrote:

Hi all,

What is the best way to find which cells (or facets) of
a 3D triangulation that intersects a given line segment?

Interate through all cells (facets) and check for
intersection (how?) or trace the segment from the
start by going from heighbor to neighbor?

/Per


the latter,

andreas



Archive powered by MHonArc 2.6.18.

Top of Page