Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox2 > API/Runtime/Core/Math/TBox2/ExpandBy
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include | #include "Math/Box2D.h" |
TBox2 < T > ExpandBy
(
const T W
) const
Remarks
Increase the bounding box volume. A new bounding box increased in size.
Parameters
| Name | Description |
|---|---|
| W | The size to increase volume by. |