Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FAxisAlignedBox2i
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/IntBoxTypes.h |
| Include | #include "IntBoxTypes.h" |
FVector2i GetCorner
&40;
int Index
&41; const
Remarks
Corners are ordered to follow the perimeter of the bounding rectangle, starting from the (Min.X, Min.Y) corner and ending at (Min.X, Max.Y) Corner of the bounding rectangle
Parameters
| Name | Description |
|---|---|
| Index | which corner to return, must be in range [0,3] |