mirror of https://github.com/CGAL/cgal
Update Point_set_processing_3/include/CGAL/poisson_eliminate.h
This commit is contained in:
parent
058d7705fa
commit
8305f2b37d
|
|
@ -243,7 +243,7 @@ struct Search_traits<Point, 3> : public CGAL::Search_traits_3<typename CGAL::Ker
|
||||||
\cgalParamNEnd
|
\cgalParamNEnd
|
||||||
|
|
||||||
\cgalParamNBegin{progressive}
|
\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}
|
\cgalParamType{Boolean}
|
||||||
\cgalParamDefault{`false`}
|
\cgalParamDefault{`false`}
|
||||||
\cgalParamNEnd
|
\cgalParamNEnd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue