diff --git a/Installation/changes.html b/Installation/changes.html index 90f5fbd74f4..2ced94d82ec 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -173,6 +173,10 @@ and src/ directories). to collect the border of a given face range
  • Add the function CGAL::Polygon_mesh_processing::remove_isolated_vertices() to be used on any polygon mesh
  • +
  • Add the function CGAL::Polygon_mesh_processing::triangulate_face() + to triangulate a single face of a polygon mesh
  • +
  • Add an overload for CGAL::Polygon_mesh_processing::triangulate_faces() + to triangulate a range of faces of a polygon mesh
  • Surface Mesh Parameterization