mirror of https://github.com/CGAL/cgal
Update wlop_simplify_and_regularize_point_set.h documentation
The documentation for the named parameter `require_uniform_sampling` is incorrect. It is a copy of the documentation written for `number_of_iterations`.
This commit is contained in:
parent
8cab90ed8b
commit
3908e2da3e
|
|
@ -398,8 +398,7 @@ compute_density_weight_for_sample_point(
|
|||
\cgalParamDescription{If `true`, an optional preprocessing is applied, which will give
|
||||
better results if the distribution of the input points is highly non-uniform.}
|
||||
\cgalParamType{Boolean}
|
||||
\cgalParamDefault{`35`}
|
||||
\cgalParamExtra{More iterations give a more regular result but increase the runtime}
|
||||
\cgalParamDefault{`false`}
|
||||
\cgalParamNEnd
|
||||
|
||||
\cgalParamNBegin{callback}
|
||||
|
|
|
|||
Loading…
Reference in New Issue