Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include | #include "Math/Box.h" |
TVector< T > GetClosestPointTo
&40;
const TVector< T > & Point
&41; const
Remarks
Calculates the closest point on or inside the box to a given point in space. The closest point on or inside the box.
Parameters
| Name | Description |
|---|---|
| Point | The point in space. |