Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include | #include "Math/Box.h" |
static TBox< T > BuildAABB
&40;
const TVector< T > & Origin,
const TVector< T > & Extent
&41;
Remarks
Utility function to build an AABB from Origin and Extent A new axis-aligned bounding box.
Parameters
| Name | Description |
|---|---|
| Origin | The location of the bounding box. |
| Extent | Half size of the bounding box. |