Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBox2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Box2D.h |
| Include | #include "Math/Box2D.h" |
bool Intersect
(
const TBox2 < T > & other
) const
Remarks
Checks whether the given box intersects this box. true if boxes intersect, false otherwise.
Parameters
| Name | Description |
|---|---|
| other | bounding box to test intersection |