Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include | #include "OrientedBoxTypes.h" |
static FIndex3i GetCornerSide
(
int Index
)
Remarks
Get whether the corner at Index (see diagram in GetCorner documentation comment) is in the negative or positive direction for each axis Index3i with 0 or 1 for each axis, 0 if corner is in the negative direction for that axis, 1 if in the positive direction
Parameters
| Name | Description |
|---|---|
| Index | corner index in range 0-7 |