cgal/Mesh_3
Laurent Rineau aad9d073da Bug in Construct_initial_points if the non-bounding polyhedra are coplanar.
Before this patch, Construct_initial_points did not try to intersect with
the bounding polyhedron, but only with the other polyhedra. That can lead
to a crash if the given polyhedra are a bounding one, and a second
polyhedron that is coplanar. Then the initial points are *all* coplanar,
and then tr.dimension()==2 and an assertion is triggered.

Now Construct_initial_points uses construct_intersection_object(), and the
later tries to intersect with all polyhedra, including the bounding one.
2011-03-23 14:24:26 +00:00
..
applications Untabify, to ease the reading. 2011-02-18 16:59:07 +00:00
demo/Mesh_3 Remove comparisons as Intel compiler issues warning warning #186: pointless comparison of unsigned integer with zero 2011-01-19 11:31:31 +00:00
doc_tex Fix empty \ref. I added the correct label to ref to. 2011-03-10 13:12:24 +00:00
examples/Mesh_3 Merge "Mesh_3 with features" in trunk, so that it is in CGAL-3.8, at last! 2011-01-10 15:43:22 +00:00
include/CGAL Bug in Construct_initial_points if the non-bounding polyhedra are coplanar. 2011-03-23 14:24:26 +00:00
package_info/Mesh_3 Move Mesh_3 from candidate-packages to trunk (2/2) 2010-01-06 13:46:02 +00:00
test/Mesh_3 Merge "Mesh_3 with features" in trunk, so that it is in CGAL-3.8, at last! 2011-01-10 15:43:22 +00:00
Doxyfile remove package namespace macro 2010-06-09 08:45:58 +00:00
README Move Mesh_3 from candidate-packages to trunk (2/2) 2010-01-06 13:46:02 +00:00
TODO Move Mesh_3 from candidate-packages to trunk (2/2) 2010-01-06 13:46:02 +00:00
dont_submit Remove demo directory from dont_submit. 2010-06-22 12:41:39 +00:00
stylesheet.css Move Mesh_3 from candidate-packages to trunk (2/2) 2010-01-06 13:46:02 +00:00

README

3D mesh package, from Laurent Rineau