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" |
bool IsInsideOrOn
&40;
const TVector< T > & In
&41; const
Remarks
Checks whether the given location is inside or on this box.
This function assumes boxes have closed bounds, i.e. points lying on the border of the box are inside. Use IsInside to exclude borders from the test. true if location is inside or on this volume.
Parameters
| Name | Description |
|---|---|
| In | The location to test for inside or on the bounding volume. |