Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TAxisAlignedBox2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/BoxTypes.h |
| Include | #include "BoxTypes.h" |
TVector2< RealType > 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] |