Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay triangulation


Chronological Thread 
  • From: jiju peethambaran <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay triangulation
  • Date: Wed, 11 Jun 2014 11:26:11 -0700 (PDT)

You may use locate() function available in Triangulation_2...
something like....
If(is_equal(face_handle a, dt.locate(point query, face_handle)))--- where
'a' is the given triangle and query is your point. It checks whether the
face returned by the locate() is same as 'a' or not. If both are same, your
query point lies in the given triangle...I don't know whether there exist
any other direct method for this...



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Delaunay-triangulation-tp4659430p4659431.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page