Merge pull request #4776 from sgiraudot/PSP-Fix_hierarchy_simplify_doc-GF

PSP: Fix documentation of hierarchy simplify point set
This commit is contained in:
Laurent Rineau 2020-06-23 18:48:11 +02:00
commit 84d7e9a696
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace CGAL {
\ingroup PkgPointSetProcessing3Algorithms \ingroup PkgPointSetProcessing3Algorithms
Recursively split the point set in smaller clusters until the Recursively split the point set in smaller clusters until the
clusters have less than `size` elements or until their variation clusters have less than `size` elements and until their variation
factor is below `var_max`. factor is below `var_max`.
This method modifies the order of input points so as to pack all remaining points first, This method modifies the order of input points so as to pack all remaining points first,