Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBox
Description
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.
| Name | Equals |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Box.h |
| Include Path | #include "Math/Box.h" |
bool Equals
(
const TBox < T > & Other,
T Tolerance
) const
true if the boxes are equal within tolerance limits, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Other | The box to check against. |
| Tolerance | Error tolerance. |