Skip to content

Commit

Permalink
fix parameter doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Oct 17, 2024
1 parent a980316 commit 73ea8d5
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -877,9 +877,12 @@ class Kinetic_surface_reconstruction_3 {
\param pit
an output iterator taking Point_3.
\param triit
\param polyit
an output iterator taking std::vector<std::size_t>.
\param lambda
trades data faithfulness of the reconstruction for low complexity. Must be in the range `[0, 1)`.
\pre successful reconstruction
*/
template<class OutputPointIterator, class OutputPolygonIterator>
Expand Down Expand Up @@ -1019,7 +1022,7 @@ class Kinetic_surface_reconstruction_3 {
\param pit
an output iterator taking `Point_3`.
\param triit
\param polyit
an output iterator taking `std::vector<std::size_t>`.
\pre successful reconstruction
Expand Down

0 comments on commit 73ea8d5

Please sign in to comment.