TConvexHalfEdgeStructureData::GetPlaneHalfEdge

The edge index of one of the bounding edges of a plane PlaneIndex must be in range [0, [NumPlanes()](API\Runtime\Chaos\Chaos\TConvexHalfEdgeStructureData\NumPlanes)) PlaneEdgeIndex must be in range [0, NumPlaneHalfEdges(PlaneIndex)) return value is in range [0, [NumHalfEdges()](API\Runtime\Chaos\Chaos\TConvexHalfEdgeStructureData\NumHalfEdges))

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ConvexHalfEdgeStructureData.h"

Syntax

int32 GetPlaneHalfEdge
(
    int32 PlaneIndex,
    int32 PlaneEdgeIndex
) const

Remarks

The edge index of one of the bounding edges of a plane PlaneIndex must be in range [0, NumPlanes()) PlaneEdgeIndex must be in range [0, NumPlaneHalfEdges(PlaneIndex)) return value is in range [0, NumHalfEdges())

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