Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include | #include "OrientedBoxTypes.h" |
TVector2 < RealType > GetCorner
(
int Index
) const
Corner point on the box identified by the given index. Ordering is: [ (-x,-y), (x,-y), (x,y), (-x,y) ]
Parameters
| Name | Description |
|---|---|
| Index | corner index in range 0-3 |