TMeshQueries::TwoSidedHausdorffDistance

Because Hausdorff distance is not symmetric, we compute the maximum of the distances between two surfaces.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/MeshQueries.h

Include

#include "MeshQueries.h"

Syntax

template<typename MeshSpatialType>
static double TwoSidedHausdorffDistance
(
    const TriangleMeshType & MeshA,
    const MeshSpatialType & SpatialA,
    const TriangleMeshType & MeshB,
    const MeshSpatialType & SpatialB
)

Remarks

Because Hausdorff distance is not symmetric, we compute the maximum of the distances between two surfaces.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss