cgal/Mesh_3/include/CGAL
Laurent Rineau 6649036c80 Fix a bug in Mesh_3
Benjamin Kehlet reported on CGAL-discuss (Tue, 25 Mar 2014 13:45:24
+0100) that Mesh_3 was not able to mesh the simple following OFF:

OFF
4 4 0

0 0 0
0 0 1
0 1 0
1 0 0
3  3 1 2
3  0 1 3
3  0 3 2
3  0 2 1

The unit tetrahedron!!

The bug was in the robust weighted circumcenter traits. The traits
checks that the circumcenter of four points is at least in the circum
sphere of the four points. But for weighted points, that is
"power_test" that must be tested, instead of "side_of_oriented_sphere".
2014-03-31 15:44:59 +02:00
..
IO Uniformize my uses of std::setprecision 2013-09-27 17:58:00 +02:00
Mesh_3 Fix a bug in Mesh_3 2014-03-31 15:44:59 +02:00
internal/Mesh_3 fix license issues 2013-06-24 14:13:08 +02:00
Compact_mesh_cell_base_3.h Fix whitespace in recent commits 2013-10-14 17:12:54 +02:00
Implicit_mesh_domain_3.h Suppress a VC++ warning with a pragma 2013-09-12 12:49:11 +02:00
Labeled_image_mesh_domain_3.h
Mesh_cell_base_3.h No longer deprecate Mesh_cell_base_3 2013-10-16 16:34:41 +02:00
Mesh_cell_criteria_3.h
Mesh_complex_3_in_triangulation_3.h fix compilation in debug mode when macro is activated, on windows 2013-03-28 16:40:53 +01:00
Mesh_constant_domain_field_3.h
Mesh_criteria_3.h
Mesh_domain_with_polyline_features_3.h Move the default constructor in the section with hand written variadic templates 2014-03-21 10:24:27 +01:00
Mesh_edge_criteria_3.h
Mesh_facet_criteria_3.h
Mesh_facet_topology.h
Mesh_optimization_return_code.h
Mesh_polyhedron_3.h
Mesh_triangulation_3.h Merge branch 'Mesh_3-fix_documentation-cjamin-old' into Mesh_3-fix_documentation-cjamin 2013-07-04 14:41:33 +02:00
Mesh_vertex_base_3.h fix license issues 2013-06-24 14:13:08 +02:00
Polyhedral_mesh_domain_3.h Fix whitespace, in three lines 2014-02-03 17:44:27 +01:00
Polyhedral_mesh_domain_with_features_3.h Fix warnings 2013-05-03 15:13:18 +02:00
Prevent_deref.h
Triangle_accessor_3.h
exude_mesh_3.h add an operator()(Cell_handle) to Sliver_criterion 2013-10-18 12:38:21 +02:00
lloyd_optimize_mesh_3.h
make_mesh_3.h Revert "use relative path in tagfiles, otherwise documentation output cannot be moved" 2013-06-13 15:21:07 +02:00
odt_optimize_mesh_3.h
optimize_mesh_3.h
perturb_mesh_3.h fix a warning 2013-10-31 11:08:30 +01:00
refine_mesh_3.h Merge branch 'Mesh_3-improvements-GF-old' into Mesh_3-improvements-GF 2013-03-21 11:22:15 +01:00