mirror of https://github.com/CGAL/cgal
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. |
||
|---|---|---|
| .. | ||
| applications | ||
| demo/Mesh_3 | ||
| doc_tex | ||
| examples/Mesh_3 | ||
| include/CGAL | ||
| package_info/Mesh_3 | ||
| test/Mesh_3 | ||
| Doxyfile | ||
| README | ||
| TODO | ||
| dont_submit | ||
| stylesheet.css | ||
README
3D mesh package, from Laurent Rineau