NORMALIZE MATRIX

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

Up

Command

NORMALIZE_MATRIX <matrix array>


Normalize a transformation matrix

Parameters

<matrix array>
Name of Matrix variable

Example

LOCAL MyMatrix(12)
GET_IDENTITY_MATRIX MyMatrix
MyMatrix(1) = 3
MyMatrix(6) = 2
NORMALIZE_MATRIX MyMatrix