GET IDENTITY MATRIX
From Macros Wiki
Jump to navigationJump to search
Command
- GET_IDENTITY_MATRIX <matrix array>
- Set an array variable to the identity matrix.
Parameters
- <matrix array>
- Name of Matrix variable
Example
- GLOBAL MAT1(12)
- GET_IDENTITY_MATRIX MAT1