FConvexBuilder::SortFaceVerticesCCW

Reorder the vertices to be counter-clockwise about the normal.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/CollisionConvexMesh.h"

Syntax

static void SortFaceVerticesCCW
(
    const TPlaneConcrete< FReal, 3 > & Face,
    TArray< int32 > & InOutFaceVertexIndices,
    const TArray< FVec3 > & Vertices
)

Remarks

Reorder the vertices to be counter-clockwise about the normal.

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