Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include | #include "Math/Box2D.h" |
TVector2 < T > & operator[]
(
int32 Index
)
Remarks
Gets reference to the min or max of this bounding volume. A reference to a point of the bounding volume.
Parameters
| Name | Description |
|---|---|
| Index | The index into points of the bounding volume. |