mirror of https://github.com/CGAL/cgal
indentation
This commit is contained in:
parent
7925d2a08b
commit
d128f390fb
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue