mirror of https://github.com/CGAL/cgal
Fix typo in example; Functions in manuals always with '()'
This commit is contained in:
parent
768e52fe54
commit
c84e72f7a5
|
|
@ -257,10 +257,10 @@ and <code>src/</code> directories).
|
|||
<ul>
|
||||
<li>
|
||||
Add functions to compute approximated Hausdorff distances between two meshes, a mesh and a point set, or a point set and a mesh:
|
||||
<code>sample_triangle_mesh</code>, <code>approximated_Hausdorff_distance</code>,
|
||||
<code>approximated_symmetric_Hausdorff_distance</code>,
|
||||
<code>max_distance_to_triangle_mesh</code>,
|
||||
<code>max_distance_to_point_set</code> and the enum <code>Sampling_method</code>
|
||||
<code>sample_triangle_mesh()</code>, <code>approximated_Hausdorff_distance()</code>,
|
||||
<code>approximated_symmetric_Hausdorff_distance()</code>,
|
||||
<code>max_distance_to_triangle_mesh()</code>,
|
||||
<code>max_distance_to_point_set()</code> and the enum <code>Sampling_method</code>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Spatial Searching and Sorting -->
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ int main()
|
|||
|
||||
std::cout << "Approximated Hausdorff distance: "
|
||||
<< CGAL::Polygon_mesh_processing::approximate_Hausdorff_distance
|
||||
<TAG>(m1, m2, 4000)
|
||||
<TAG>(tm1, tm2, 4000)
|
||||
<< std::endl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue