Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Performance of boolean operations on Nef_polyhedron_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Performance of boolean operations on Nef_polyhedron_3


Chronological Thread 
  • From: Sylvain Pion <>
  • To:
  • Subject: Re: [cgal-discuss] Performance of boolean operations on Nef_polyhedron_3
  • Date: Mon, 02 Nov 2009 17:13:32 +0100
  • Organization: INRIA

Bernd Gaertner wrote:

wrote:
I get the best results with the following Kernel definition:

typedef CGAL::Lazy_exact_nt<CGAL::Quotient<CGAL::MP_Float>> NT;
typedef CGAL::Simple_cartesian<NT> Kernel;

Did you try CGAL::Exact_predicates_inexact_constructions_kernel?

I am afraid Nef needs exact constructions.

--
Sylvain Pion
INRIA Sophia-Antipolis
Geometrica Project-Team
CGAL, http://cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page