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" |
void AddBounded
&40;
const TVector< T > & V,
T Radius
&41;
Remarks
Add a vector to this and clamp the result in a cube.
Parameters
| Name | Description |
|---|---|
| V | Vector to add. |
| Radius | Half size of the cube. |