Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Adding data to Delaunay_d::Point_d

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Adding data to Delaunay_d::Point_d


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Adding data to Delaunay_d::Point_d
  • Date: Tue, 28 Oct 2014 15:25:49 +0100 (CET)

On Mon, 27 Oct 2014, Sebastien Loriot (GeometryFactory) wrote:

Epick_d is the one you should use. Robust and fast.

Not quite. The old triangulation_d requires a kernel_d_with_lift (or some similar name) and Epick_d doesn't have the lifting part. Besides, Convex_hull_d doesn't use predicates in the modern CGAL way, so it wouldn't even be robust :-(

Epick_d is really meant for the new Triangulation package, in the next release of CGAL (they were supposed to be released at the same time).

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page