Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Intersection between a ray and a cell

Subject: CGAL users discussion list

List archive

[cgal-discuss] Intersection between a ray and a cell


Chronological Thread 
  • From: cdoucet <>
  • To:
  • Subject: [cgal-discuss] Intersection between a ray and a cell
  • Date: Mon, 28 Jul 2014 01:22:52 -0700 (PDT)

Hello,

In a 3D Delaunay triangulation, I would like to know which tetraedra
(indicent to the same node) are intersected by a given ray (passing through
this node).

I found in the documentation that intersections between rays and other cells
can be computed:
http://doc.cgal.org/latest/Kernel_23/group__intersection__linear__grp.html
However, it does not seem possible to call intersection function for a ray
and a tetrahedron (or a Cell_handle).

How could I perform such an intersection with CGAL?

Thank you very much for your help.

Cédric Doucet
Inria Paris-Rocquencourt



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Intersection-between-a-ray-and-a-cell-tp4659619.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page