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