We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f5df1 commit 5ef6b7cCopy full SHA for 5ef6b7c
include/geode/mesh/helpers/hausdorff_distance.h
@@ -34,6 +34,7 @@ namespace geode
34
35
namespace geode
36
{
37
- double hausdorff_distance( const TriangulatedSurface3D& mesh_A,
+ double opengeode_mesh_api hausdorff_distance(
38
+ const TriangulatedSurface3D& mesh_A,
39
const TriangulatedSurface3D& mesh_B );
40
} // namespace geode
0 commit comments