SET CS MATRIX
From Macros Wiki
Jump to navigationJump to search
Command
- SET_CS_MATRIX <cs number>, <matrix array>
- Set the transformation matrix that defines a CS.
Parameters
- <cs number>
- CS number.
- <matrix array>
- Name of Matrix variable.
Example
- LOCAL Mat1(12)
- GET_IDENTITY_MATRIX Mat1
- Mat1(1) = 3;
- SET_CS_MATRIX 4, Mat1
- This sets the transformation matrix used to define CS 4.