Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Increase the bounding box volume. | Math/Box2D.h | ||
| Returns a box of increased size. | Math/Box2D.h |
ExpandBy(const T)
Description
Increase the bounding box volume.
| Name | ExpandBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include Path | #include "Math/Box2D.h" |
TBox2 < T > ExpandBy
(
const T W
) const
A new bounding box increased in size.
Parameters
| Name | Remarks |
|---|---|
| W | The size to increase volume by. |
ExpandBy(const TVector2< T > &)
Description
Returns a box of increased size.
| Name | ExpandBy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include Path | #include "Math/Box2D.h" |
TBox2 < T > ExpandBy
(
const TVector2 < T > & V
) const
A new bounding box.
Parameters
| Name | Remarks |
|---|---|
| V | The size to increase the volume by. |