Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Triangulation: point is not inserted

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Triangulation: point is not inserted


Chronological Thread 
  • From: Camille Wormser <>
  • To:
  • Subject: Re: [cgal-discuss] Triangulation: point is not inserted
  • Date: Tue, 30 Jun 2009 11:28:49 +0200

Note that you can detect this by performing a locate first, check the Locate_type
and then insert if necessary. This is not slower than just inserting.

You should mention that the result of the locate call should be provided as a hint to the insert method (for the performance to be maintained).
--
Camille




Archive powered by MHonArc 2.6.16.

Top of Page