Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Euclidean distance Point_3 to Triangle

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Euclidean distance Point_3 to Triangle


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: [cgal-discuss] Euclidean distance Point_3 to Triangle
  • Date: Tue, 14 Jul 2009 16:38:09 +0200 (CEST)

Hi,
I tried to use the AABB_tree (added to CGAL 3.4) as described in the manual.
However if I try to use the clostest_point I get an error message:

CGAL/Kernel/function_objects.h no matching function for call to
'do_intersect(const CGAL::Sphere_3<CGAL::Simple_cartesian<double> >&, const
CGAL::Bbox_3&, CGAL::Simple_cartesian<double>)'

I can't work out why, because the example (1.3.1 from manual) works until the
closest point calculation. Any ideas?



Archive powered by MHonArc 2.6.16.

Top of Page