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 11:29:15 +0100
  • Organization: GeometryFactory

On 11/13/2014 10:54 AM, Andreas Fabri wrote:

I had the same thought, but this only makes sense if
you can run the test on many points at the same time
and if the tetrahedra are "small".


Right. Otherwise, with a specific primitive type you could
use the AABB-tree (with an extension of the traits to have
an intersection predicates defined for a point and a tetrahedron).

Sebastien.

andreas

On 13/11/2014 10:49, Sebastien Loriot (GeometryFactory) wrote:
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