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 Equals
(
const TBox2 < T > & Other,
T Tolerance
) const
Remarks
Checks for equality with error-tolerant comparison. true if the boxes are equal within specified tolerance, otherwise false.
Parameters
| Name | Description |
|---|---|
| Other | The box to compare. |
| Tolerance | Error tolerance. |