Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include | #include "Math/Vector.h" |
static T BoxPushOut
&40;
const TVector< T > & Normal,
const TVector< T > & Size
&41;
Remarks
Compute pushout of a box from a plane. Pushout required.
Parameters
| Name | Description |
|---|---|
| Normal | The plane normal. |
| Size | The size of the box. |