@@ -56,15 +56,15 @@ Release date: April 2018
5656
5757### 3D Surface Mesh Generation
5858
59- - Add the function facets \_ in \_ complex \_ 2 \_ to \_ triangle \_ mesh() that
60- exports Surface \_ mesh \_ complex \_ 2 \_ in \_ triangulation \_ 3 facets into
61- a MutableFaceGraph.
59+ - Add the function ` facets_in_complex_2_to_triangle_mesh() ` that
60+ exports ` Surface_mesh_complex_2_in_triangulation_3 ` facets into
61+ a ` MutableFaceGraph ` .
6262
6363### 3D Mesh Generation
6464
65- - Add the function facets \_ in \_ complex \_ 3 \_ to \_ triangle \_ mesh() that
66- exports Mesh \_ complex \_ 3 \_ in \_ triangulation \_ 3 facets into a
67- MutableFaceGraph.
65+ - Add the function ` facets_in_complex_3_to_triangle_mesh() ` that
66+ exports ` Mesh_complex_3_in_triangulation_3 ` facets into a
67+ ` MutableFaceGraph ` .
6868- ** Breaking change:** The concept ` MeshDomainWithFeatures_3 ` has been
6969 modified, to improve the performance and the reliability of the
7070 sampling of 1D curves of the domain.
@@ -86,8 +86,9 @@ Release date: April 2018
8686 - ` CGAL::Polygon_mesh_processing::orient() `
8787 - ` CGAL::Polygon_mesh_processing::orient_to_bound_a_volume() `
8888
89- - Added a new function for intersection tests between triangle meshes and/or polylines or range of polylines, and another one to report all the
90- pairs of meshes intersecting from a range of meshes:
89+ - Added a new function for intersection tests between triangle meshes
90+ and/or polylines or range of polylines, and another one to report
91+ all the pairs of meshes intersecting from a range of meshes:
9192 - ` CGAL::Polygon_mesh_processing::do_intersect() `
9293 - ` CGAL::Polygon_mesh_processing::intersecting_meshes() `
9394
@@ -123,10 +124,12 @@ Release date: April 2018
123124
124125- Added support for dynamic property maps.
125126
126- - Added an interface to the [ METIS library] ( http://glaros.dtc.umn.edu/gkhome/metis/metis/overview ) ,
127- which allows to partition any mesh that is a model of ` FaceListGraph ` .
128- Wrappers to the METIS functions ` METIS_PartMeshNodal ` and ` METIS_PartMeshDual `
129- are offered.
127+ - Added an interface to the [ METIS library] , which allows to partition
128+ any mesh that is a model of ` FaceListGraph ` . Wrappers to the
129+ METIS functions ` METIS_PartMeshNodal ` and ` METIS_PartMeshDual ` are
130+ offered.
131+
132+ [ METIS library ] : http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
130133
131134### 2D Arrangements
132135
@@ -140,6 +143,7 @@ Release date: April 2018
140143
141144 ` CGAL_NON_SYMETRICAL_OBSERVER_EDGE_REMOVAL_BACKWARD_COMPATIBILITY `
142145
146+
143147Release 4.11
144148------------
145149
0 commit comments