Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMeshQueries
Description
Compute all distances in serial, then a serial raw loop to find max. Should only be used for debugging the parallel version above!
| Name | HausdorffDistanceSerial |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MeshQueries.h |
| Include Path | #include "MeshQueries.h" |
template<typename MeshSpatialType>
static double HausdorffDistanceSerial
(
const TriangleMeshType & MeshA,
const MeshSpatialType & SpatialB
)