Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include | #include "Math/Box2D.h" |
void GetCenterAndExtents
&40;
TVector2< T > & center,
TVector2< T > & Extents
&41; const
Remarks
Get the center and extents
Parameters
| Name | Description |
|---|---|
| center[out] | reference to center point |
| Extents[out] | reference to the extent around the center |