Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] nearest_point_3 in AABB tree for tetrahedrons

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] nearest_point_3 in AABB tree for tetrahedrons


Chronological Thread 
  • From: Pierre Alliez <>
  • To:
  • Subject: Re: [cgal-discuss] nearest_point_3 in AABB tree for tetrahedrons
  • Date: Mon, 07 Jun 2010 22:28:35 +0200
  • Organization: INRIA

hi Andre,

as soon as you add the proper predicates and constructions to your CGAL this is going to work.
for your case you have to add nearest_point_tetrahedron_3 and Tetrahedron_3_Sphere_3_do_intersect.h (see example in CGAL/include/CGAL/AABB_intersections).

as CGAL is an open source project we would happy if you can then contribute these functions to CGAL.

best regards,

Pierre Alliez
INRIA Sophia Antipolis - Mediterranee
Project-team GEOMETRICA
http://www-sop.inria.fr/members/Pierre.Alliez/
Tel: +33 4 92 38 76 77
Fax: +33 4 97 15 53 95


Le 07/06/2010 22:00, Andre Massing a écrit :
Hi!

At the moment the closest_point function in the AABB_tree class template works only for segments and triangles.
Are there any plans in the near future for adding support for tetrahedrons as well?

Kind regards,
Andre Massing




Archive powered by MHonArc 2.6.16.

Top of Page