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" |
TVector < T > BoundToCube
(
T Radius
) const
Remarks
Get a copy of this vector, clamped inside of a cube. A copy of this vector, bound by cube.
Parameters
| Name | Description |
|---|---|
| Radius | Half size of the cube. |