TMeshQueries::HausdorffDistanceSerial

Compute all distances in serial, then a serial raw loop to find max.

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 HausdorffDistanceSerial
(
    const TriangleMeshType & MeshA,
    const MeshSpatialType & SpatialB
)

Remarks

Compute all distances in serial, then a serial raw loop to find max. Should only be used for debugging the parallel version above!

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