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 IntersectXY
&40;
const TBox< T > & Other
&41; const
Remarks
Checks whether the given bounding box intersects this bounding box in the XY plane.
This function assumes boxes have closed bounds, i.e. boxes with coincident borders on any edge will overlap. true if the boxes intersect in the XY Plane, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The bounding box to test intersection. |