poisson -> Poisson

This commit is contained in:
Andreas Fabri 2016-11-10 12:28:24 +01:00 committed by Sébastien Loriot
parent 18a39a54bd
commit 9dee15964b
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ In the following example, a mesh is isotropically remeshed and the approximated
\cgalExample{Polygon_mesh_processing/hausdorff_distance_remeshing_example.cpp}
In the following example, a triangulated surface mesh is constructed from a point set using the
\link PkgPoissonSurfaceReconstructionSummary poisson reconstruction algorithm \endlink, and the distance between the point set and the reconstructed surface is computed.
\link PkgPoissonSurfaceReconstructionSummary Poisson reconstruction algorithm \endlink, and the distance between the point set and the reconstructed surface is computed.
\cgalExample{Poisson_surface_reconstruction_3/poisson_reconstruction_example.cpp}