Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox2 > API/Runtime/Core/Math/TBox2/IsInside
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include | #include "Math/Box2D.h" |
bool IsInside
(
const TBox2 < T > & Other
) const
Remarks
Checks whether the given box is fully encapsulated by this box. true if box is inside this volume, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The box to test for encapsulation within the bounding volume. |