Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TAABB
Description
Given a point on a unit cube expressed as an IntVector of 0s and 1s, get the vertex index of that point. 0 represents a negative axis and 1 represents a positive axis. All other values are invalid, but we do not check this as it would add overhead to support functions. This is used by the support functions and must invert the index logic in GetVertex().
| Name | GetIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/AABB.h |
| Include Path | #include "Chaos/AABB.h" |
int32 GetIndex
(
const FIntVector & AxisSelector
) const