Rephrase documentation of one-sided Haussdorff distance function

This commit is contained in:
Mael Rouxel-Labbé 2023-07-12 16:16:42 +02:00
parent 602d022c7e
commit 852056a8ac
1 changed files with 2 additions and 3 deletions

View File

@ -2455,9 +2455,8 @@ bounded_error_squared_Hausdorff_distance_naive_impl(const TriangleMesh1& tm1,
/**
* \ingroup PMP_distance_grp
*
* returns an estimate on the Hausdorff distance between `tm1` and `tm2` that
* is at most `error_bound` away from the actual Hausdorff distance between
* the two given meshes.
* returns an estimate on the Hausdorff distance from `tm1` to `tm2` that
* is at most `error_bound` away from the actual Hausdorff distance from `tm1` to `tm2`.
*
* @tparam Concurrency_tag enables sequential versus parallel algorithm.
* Possible values are `Sequential_tag` and `Parallel_tag`.