Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Segment tree and tetrahedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Segment tree and tetrahedron


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Segment tree and tetrahedron
  • Date: Thu, 13 Nov 2014 10:49:00 +0100
  • Organization: GeometryFactory

On 11/13/2014 10:45 AM, Per Zetterlund wrote:
Hi all,

I have a list of (non-overlapping) tetrahedrons
that I want to query with a point to see
which (if any) tetrahedron that contains
the point.

Is it possible to use the Segment tree
structure for this? Can the 3D "segments"
be tetrahedrons?

/Per

I would use the fast bbox-intersection-d package for that.

http://doc.cgal.org/latest/Box_intersection_d/index.html

Sebastien.



Archive powered by MHonArc 2.6.18.

Top of Page