missing doc of parameters

This commit is contained in:
Sébastien Loriot 2024-10-17 17:36:24 +02:00
parent 73ea8d551d
commit 04d70f3613
1 changed files with 2 additions and 0 deletions

View File

@ -1528,6 +1528,7 @@ private:
/*!
* @brief finds and approximates the chord connecting the anchors.
* @param boundary_subdivision_ratio the chord subdivision ratio threshold to the chord length or average edge length for boundary edges
* @param subdivision_ratio boundary chord approximation recursive split criterion
* @param relative_to_chord set `true` if the subdivision_ratio is relative to the chord length (relative sense),
* otherwise it's relative to the average edge length (absolute sense).
@ -1853,6 +1854,7 @@ private:
* @param chord_begin begin iterator of the chord
* @param chord_end end iterator of the chord
* @param subdivision_ratio the chord recursive split error threshold
* @param boundary_subdivision_ratio the chord subdivision ratio threshold to the chord length or average edge length for boundary edges
* @param relative_to_chord set `true` if the `subdivision_ratio` is relative to the chord length (relative sense),
* otherwise it is relative to the average edge length (absolute sense).
* @param with_dihedral_angle if set to `true` add dihedral angle weight to the distance.