Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 3D Boolean operation with float data

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 3D Boolean operation with float data


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] 3D Boolean operation with float data
  • Date: Fri, 11 Jun 2010 16:12:05 +0200


What's the solution for the boolean operation see 2 points like: P1(2.1547
1.7897 2) P2 (2.1548 17897 2) identical?

You enter two different points, you get two different points.
What is wrong ?



You may try to preprocess your set of points, i.e. searching for nearest neighbor and replacing the coordinates sucha that they are the same for close points.



Archive powered by MHonArc 2.6.16.

Top of Page