Returns True if all the values of M1 and M2 matrices are the same, using the specified epsilon error threshold; it returns False otherwise.
Note |
---|
This function is provided for compatibility with earlier versions of Delphi which did not support methods on a record type. Use this function if you want your code to support older as well as newer versions of Delphi. |
Namespace: RSGraphics
Delphi |
function RSMatrixEquals( const M1, M2: TRSMatrix; const Epsilon: Single = 1E-5 ): Boolean; |
Parameters
M1
Type: System.Void
M2
Type: System.Void
Epsilon
Type: Single
Type: Boolean