TConvexHalfEdgeStructureData::SetPlaneVertices

Initialize the structure data from the set of vertices associated with each plane.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ConvexHalfEdgeStructureData.h"

Syntax

bool SetPlaneVertices
(
    const TArray< TArray< int32 >> & InPlaneVertices,
    int32 InNumVertices
)

Remarks

Initialize the structure data from the set of vertices associated with each plane. The vertex indices are assumed to be in CCW order (or CW order - doesn't matter here as long as it is sequential).

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