Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox
Description
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.
| Name | Intersect |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
bool Intersect
(
const TBox < T > & Other
) const
true if the boxes intersect, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Other | The bounding box to intersect with. |