TConvexHalfEdgeStructureData::GetPlaneVertex

Get the index of one of the vertices bounding the specified plane PlaneIndex must be in range [0, [NumPlanes()](API\Runtime\Chaos\Chaos\TConvexHalfEdgeStructureData\NumPlanes)) PlaneVertexIndex must be in [0, NumPlaneVertices(PlaneIndex)) return value is in [0, [NumVertices()](API\Runtime\Chaos\Chaos\TConvexHalfEdgeStructureData\NumVertices))

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/ConvexHalfEdgeStructureData.h"

Syntax

int32 GetPlaneVertex
(
    int32 PlaneIndex,
    int32 PlaneVertexIndex
) const

Remarks

Get the index of one of the vertices bounding the specified plane PlaneIndex must be in range [0, NumPlanes()) PlaneVertexIndex must be in [0, NumPlaneVertices(PlaneIndex)) return value is in [0, NumVertices())

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