Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMeshQueries
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/MeshQueries.h |
| Include | #include "MeshQueries.h" |
template<typename MeshSpatialType>
static void MeshDistanceStatistics
(
const TriangleMeshType & MeshA,
const MeshSpatialType & SpatialB,
const TriangleMeshType * MeshB,
const MeshSpatialType * SpatialA,
bool bSymmetric,
double & MaxDistance,
double & MinDistance,
double & AverageDistance,
double & RootMeanSqrDeviation
)
Remarks
Compute various statistics on distances between two meshes