Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox > API/Runtime/Core/Math/TBox/ExpandBy
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include | #include "Math/Box.h" |
TBox < T > ExpandBy
(
const TVector < T > & Neg,
const TVector < T > & Pos
) const
Remarks
Returns a box of increased size. A new bounding box.
Parameters
| Name | Description |
|---|---|
| Neg | The size to increase the volume by in the negative direction (positive values move the bounds outwards) |
| Pos | The size to increase the volume by in the positive direction (positive values move the bounds outwards) |