Verifies that a matrix is the identity transformation.
|
1 |
0 |
0 |
0 |
|
0 |
1 |
0 |
0 |
|
0 |
0 |
1 |
0 |
|
0 |
0 |
0 |
1 |
Rhino.IsXformIdentity (arrXform)
|
arrXform |
Required. Array. A 4x4 transformation matrix. |
|
Boolean |
True or False indicating success or failure. |
|
Null |
If not successful, or on error. |
Dim arrXform
arrXform = Rhino.XformIdentity
MsgBox Rhino.IsXformIdentity(arrXform)