OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.checkMatrixIdentity
check for unit matrix

Description
Checks if a given matrix is a unit matrix.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Matrix | Matrix | Matrix to be tested |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | isIdentity? | Boolean | Result of the test |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself