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