Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
mesh_distance.h File Reference

Distance computations between meshes. More...

Go to the source code of this file.

Namespaces

 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. More...
 
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. More...
 

Detailed Description

Distance computations between meshes.

Definition in file mesh_distance.h.