TTriangleMesh::GetVertexImportanceOrdering

An array of vertex indices ordered from most important to least.

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

TArray< int32 > GetVertexImportanceOrdering
(
    const TArrayView< const TVector< T, 3 >> & Points,
    const TArray< T > & PointCurvatures,
    TArray< int32 > * CoincidentVertices,
    const bool RestrictToLocalIndexRange
)

Remarks

An array of vertex indices ordered from most important to least.

Parameters

Parameter

Description

Points

point positions.

PointCurvatures

a per-point measure of curvature.

CoincidentVertices

indices of points that are coincident to another point.

RestrictToLocalIndexRange

ignores points outside of the index range used by this mesh.

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