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