Compares this matrix with another matrix and returns True if they're identical.
"matrix3D_var" is a variable referencing a Matrix3D object. |
"matrix3D_var" is a variable referencing a Matrix3D object. |
| Type | Description |
| boolean | Returns true if the matrices are equal. |
| Name | Type | Description |
| matrix | Matrix3D | The matrix to compare this matrix to. |