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 VertexToSurfaceDistancesSerial
&40;
const TriangleMeshType & MeshA,
const MeshSpatialType & SpatialB,
TArray< double > & Distances
&41;
Remarks
Compute all vertex-to-surface distances in serial. Should only be used for debugging the parallel version above!