Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox > API/Runtime/Core/Math/TBox/IsInsideXY
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include | #include "Math/Box.h" |
bool IsInsideXY
&40;
const TBox< T > & Other
&41; const
Remarks
Checks whether the given box is fully encapsulated by this box in the XY plane.
This function assumes boxes have open bounds, i.e. boxes with coincident borders on any edge are not encapsulated. true if box is inside this box in the XY plane.
Parameters
| Name | Description |
|---|---|
| Other | The box to test for encapsulation within the bounding box. |