|
Graphite Version 3
An experimental 3D geometry processing program
|
Distance computations between meshes. More...
#include <geogram/basic/common.h>Go to the source code of this file.
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
Functions | |
| double | GEO::mesh_one_sided_Hausdorff_distance (Mesh &m1, Mesh &m2, double sampling_dist) |
| Computes an approximation of the single sided Hausdorff distance dH(m1->m2) between two surfacic meshes. | |
| double | GEO::mesh_symmetric_Hausdorff_distance (Mesh &m1, Mesh &m2, double sampling_dist) |
| Computes an approximation of the symmetric Hausdorff distance dH(m1<->m2) between two surfacic meshes. | |
Distance computations between meshes.
Definition in file mesh_distance.h.