Add missing named parameters

This commit is contained in:
Simon Giraudot 2017-12-20 14:42:17 +01:00
parent 6f658fcf3f
commit c63f72538d
2 changed files with 6 additions and 0 deletions

View File

@ -400,6 +400,7 @@ public:
If this parameter is omitted, `CGAL::Identity_property_map<geom_traits::Point_3>` is used.\cgalParamEnd
\cgalParamBegin{normal_map} a model of `ReadWritePropertyMap` with value type
`geom_traits::Vector_3`.\cgalParamEnd
\cgalParamBegin{sharpness_angle} controls the sharpness of the result.\cgalParamEnd
\cgalParamBegin{geom_traits} an instance of a geometric traits class, model of `Kernel`\cgalParamEnd
\cgalNamedParamsEnd

View File

@ -308,6 +308,11 @@ update_new_point(
If this parameter is omitted, `CGAL::Identity_property_map<geom_traits::Point_3>` is used.\cgalParamEnd
\cgalParamBegin{normal_map} a model of `ReadablePropertyMap` with value type
`geom_traits::Vector_3`.\cgalParamEnd
\cgalParamBegin{sharpness_angle} controls the sharpness of the result.\cgalParamEnd
\cgalParamBegin{edge_sensitivity} controls the priority of points inserted along sharp features. See
section \ref Point_set_processing_3Upsample_Parameter1 for an example.\cgalParamEnd
\cgalParamBegin{neighbor_radius} spherical neighborhood radius.\cgalParamEnd
\cgalParamBegin{number_of_output_points} is the number of output points to generate.\cgalParamEnd
\cgalParamBegin{geom_traits} an instance of a geometric traits class, model of `Kernel`\cgalParamEnd
\cgalNamedParamsEnd