We need a tool to compute the distance between two triangulated surface meshes. And we are only allowed to use the CGAL to solve the problem.
I only found the API computing the distance from a point to a surface in AABB tree
package, and some relevant APIs in Surface_mesh_shortest_path
package. But I still can't fix my problem. Is there any tool in CGAL could fix my problem? Thanks!
You posted that as an issue and we converted it into a discussion, and told you that there is the Hausdorff distance function in the Polygon Mesh Processing package. You did not react, so what is wrong about this answer?