Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox
Description
Gets the center and extents of this box.
| Name | GetCenterAndExtents |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
void GetCenterAndExtents
(
TVector < T > & Center,
TVector < T > & Extents
) const
Parameters
| Name | Remarks |
|---|---|
| Center | [out] Will contain the box center point. |
| Extents | [out] Will contain the extent around the center. |
See Also
-
GetExtent
-
GetSize
-
GetVolume