GET IDENTITY MATRIX

From Macros Wiki
Revision as of 18:05, 12 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

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