NORMALIZE MATRIX
From Macros Wiki
Jump to navigationJump to search
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