Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TAABB
Description
Get an array of two indices into the vertex list for one of the twelve edges of the box. Edges are ordered by increasing vertex indices.
This algorithm produces the following index scheme, where the bottom left vertex is the "min" vertex and the top right is "max": 6-----11------7 /| /| 9 | 10 | / 6 / 7 4------8------5 |
| 2------5-- | ---3 |
2 / 4 /
| 1 | 3 |
| / | / |
0------0------1
| Name | GetEdge |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/AABB.h |
| Include Path | #include "Chaos/AABB.h" |
FAABBEdge GetEdge
(
const int32 Index
) const