FTriangleMesh::FindCoincidentVertexRemappings

Find vertices that are coincident within the subset

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TriangleMesh.h

Include

#include "Chaos/TriangleMesh.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/TriangleMesh.cpp

Syntax

TMap< int32, int32 > FindCoincidentVertexRemappings
(
    const TArray< int32 > & TestIndices,
    const TConstArrayView< FVec3 > & Points
)

Remarks

Find vertices that are coincident within the subset

Parameters

Parameter

Description

TestIndices

of given coordinates

Points, and

return a correspondence mapping from redundant vertex index to consolidated vertex index.

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