FHalfEdgeData

Every plane is bounded by a sequence of edges, and every edge should be shared by two planes.

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ConvexHalfEdgeStructureData.h"

Syntax

struct FHalfEdgeData

Remarks

Every plane is bounded by a sequence of edges, and every edge should be shared by two planes. The edges that bound a plane are stored as a sequence of half-edges. Each half-edge references the starting vertex of the edge, the half-edge pointing in the opposite direction (belonging to the plane that shares the edge), and the next half-edge on the same plane.

Variables

Name Description

Public variable

FIndex

 

PlaneIndex

Public variable

FIndex

 

TwinHalfEdgeIndex

Public variable

FIndex

 

VertexIndex

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