Description
Returns true if each column of this matrix is equal to the corresponding column of the matrix mat as vectors.
Visual Basic
Public Function IsEqualTo( mat As Matrix3d, tolerance As Tolerance ) As bool
C#
public bool IsEqualTo( Matrix3d mat, Tolerance tolerance );
Parameters
| Parameters | Description |
|---|---|
| Matrix3d mat | Input matrix to compare against |
| Tolerance tolerance | Input tolerance value |