mirror of https://github.com/CGAL/cgal
Rephrase documentation of one-sided Haussdorff distance function
This commit is contained in:
parent
602d022c7e
commit
852056a8ac
|
|
@ -2455,9 +2455,8 @@ bounded_error_squared_Hausdorff_distance_naive_impl(const TriangleMesh1& tm1,
|
||||||
/**
|
/**
|
||||||
* \ingroup PMP_distance_grp
|
* \ingroup PMP_distance_grp
|
||||||
*
|
*
|
||||||
* returns an estimate on the Hausdorff distance between `tm1` and `tm2` that
|
* returns an estimate on the Hausdorff distance from `tm1` to `tm2` that
|
||||||
* is at most `error_bound` away from the actual Hausdorff distance between
|
* is at most `error_bound` away from the actual Hausdorff distance from `tm1` to `tm2`.
|
||||||
* the two given meshes.
|
|
||||||
*
|
*
|
||||||
* @tparam Concurrency_tag enables sequential versus parallel algorithm.
|
* @tparam Concurrency_tag enables sequential versus parallel algorithm.
|
||||||
* Possible values are `Sequential_tag` and `Parallel_tag`.
|
* Possible values are `Sequential_tag` and `Parallel_tag`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue