Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] Euclidean distance Point_3 to Triangle
  • Date: Mon, 25 May 2009 14:51:52 +0200 (CEST)

That seems to work, thanks!
My last question to that function would be what is meant by the bound?
I use my Point P0 as origin and the triangle. But what point represents bound?

nearest_point_3(const Point_3<K>& origin,
const Triangle_3<K>& triangle,
const Point_3<K>& bound)



Archive powered by MHonArc 2.6.16.

Top of Page