Skip to content

OpenBIMRL | Mathematical matrices functions

Class path: math.matrix.checkMatrixIdentity

check for unit matrix

checkMatrixIdentity1.png

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

checkMatrixIdentity2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself