Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Merge coplanar neighboring facets

Subject: CGAL users discussion list

List archive

[cgal-discuss] Merge coplanar neighboring facets


Chronological Thread 
  • From: tang <>
  • To:
  • Subject: [cgal-discuss] Merge coplanar neighboring facets
  • Date: Sat, 10 Aug 2013 17:43:16 -0700 (PDT)

Dear all,

I need to merge neighboring facets which are coplanar. I noticed that the
CGAL has the function 'equal_plane' in 'predicates_on_planes_3.h'. However,
it will return true only when two planes are strictly coplanar. Now my
question is:

how to write a user defined 'equal_plane' function to say two planes are
coplanar if norm2(normal1-normal2)<eps?
where eps is a user defined tolerance.

Is there any function in CGAL to merge coplanar neighboring facets?


Thanks,
Zhanghong Tang





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Merge-coplanar-neighboring-facets-tp4657924.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page