Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Rounding mode (as specified in FPU.h)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Rounding mode (as specified in FPU.h)


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Rounding mode (as specified in FPU.h)
  • Date: Thu, 28 Feb 2013 22:22:57 +0100 (CET)

On Thu, 28 Feb 2013, marcosscriven wrote:

Thanks again for your input - its clear I need to spend some time really
understanding CGAL. :) I don't really use it directly, but via another piece
of software that uses it for boolean operations on meshes.

I was hoping there might be a quick fix/macro I could just set on the
compiler and voila!

One point I maybe should have stressed: these operations with specific rounding modes are there as optimizations. If you don't care about performance, using a kernel like Simple_cartesian<Gmpq> should work and not use any floating point (no problem with rounding then). I say "should" because I don't know anything about the boolean operation package.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page