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 Equals
&40;
const TBox< T > & Other,
T Tolerance
&41; const
Remarks
Check against another box for equality, within specified error limits.
Returns true if both bounding boxes are invalid. Returns false if one of the bounding boxes is invalid. true if the boxes are equal within tolerance limits, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The box to check against. |
| Tolerance | Error tolerance. |