mirror of https://github.com/CGAL/cgal
Add some precisions to the reference manual from review
This commit is contained in:
parent
ab468eb63a
commit
ed89a28c65
|
|
@ -35,8 +35,13 @@ namespace CGAL {
|
||||||
|
|
||||||
Performs surface reconstruction as follows:
|
Performs surface reconstruction as follows:
|
||||||
|
|
||||||
- compute the Poisson implicit function
|
- compute the Poisson implicit function, through a conjugate
|
||||||
- meshes the function with a user-defined precision
|
gradient solver, represented as a piecewise linear function
|
||||||
|
stored on a 3D Delaunay mesh generated via Delaunay refinement
|
||||||
|
- meshes the function with a user-defined precision using another
|
||||||
|
round of Delaunay refinement: it contours the isosurface
|
||||||
|
corresponding to the isovalue of the median of the function
|
||||||
|
values at the input points
|
||||||
- outputs the result in a polygon mesh
|
- outputs the result in a polygon mesh
|
||||||
|
|
||||||
This function relies mainly on the size parameter `spacing`. A
|
This function relies mainly on the size parameter `spacing`. A
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue