Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMatrix
Description
Checks whether another Matrix is equal to this, within specified tolerance.
| Name | Equals |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include Path | #include "Math/Matrix.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/Matrix.inl |
bool Equals
(
const TMatrix < T > & Other,
T Tolerance
) const
true if two Matrix are equal, within specified tolerance, otherwise false.
Parameters
| Name | Remarks |
|---|---|
| Other | The other Matrix. |
| Tolerance | Error Tolerance. |