indentation

This commit is contained in:
Andreas Fabri 2025-04-08 11:53:23 +01:00
parent 7925d2a08b
commit d128f390fb
1 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@
### [3D Constrained Triangulations](https://doc.cgal.org/6.1/Manual/packages.html#PkgConstrainedTriangulation3) (new package)
- This package adds the function `CGAL::make_conforming_constrained_Delaunay_triangulation_3()`
to create a conforming constrained Delaunay triangulation in 3D, which can be represented by the new
class template `CGAL::Conforming_constrained_Delaunay_triangulation_3`.
- This package adds the function `CGAL::make_conforming_constrained_Delaunay_triangulation_3()`
to create a conforming constrained Delaunay triangulation in 3D, which can be represented by the new
class template `CGAL::Conforming_constrained_Delaunay_triangulation_3`.
### 2D Triangulations on Hyperbolic Surfaces (new package)
- This package enables building and handling triangulations of closed orientable hyperbolic surfaces.
@ -21,7 +21,7 @@
### 3D Isosurfacing (new package)
- This package provides algorithms to extract isosurfaces from different inputs. The input is represented
as a 3D domain and can be an implicit function or a Cartesian grid. The output is an indexed face
as a 3D domain and can be an implicit function or a %Cartesian grid. The output is an indexed face
set that stores an isosurface in the form of a surface mesh. The provided algorithms include Marching Cubes,
topologically correct Marching Cubes, and Dual Contouring.