Update Point_set_processing_3/include/CGAL/poisson_eliminate.h

This commit is contained in:
Andreas Fabri 2025-03-07 17:32:52 +01:00 committed by GitHub
parent 058d7705fa
commit 8305f2b37d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ struct Search_traits<Point, 3> : public CGAL::Search_traits_3<typename CGAL::Ker
\cgalParamNEnd
\cgalParamNBegin{progressive}
\cgalParamDescription{reorders the points in `output` in a progressive way, i.e., the first n points in `output` with n < `number_of_points` have a poisson disk distribution with a larger radius. }
\cgalParamDescription{reorders the points in `output` in a progressive way, i.e., the first n points in `output` with n < `number_of_points` have a Poisson disk distribution with a larger radius. }
\cgalParamType{Boolean}
\cgalParamDefault{`false`}
\cgalParamNEnd