Overview | Statement List | Example 1 | Example 2
matrix = MATRIX/matrix1,matrix2
Represents the product of two previously defined matrices. This matrix can be used to reposition objects, performing two transformations at the same time (e.g., translating and rotating, translating and scaling).
See the description of a Transform 3 x 4 Matrix Definition.
Parameter |
Description |
matrix1,matrix2 |
Two previously defined matrices which are combined into one.
|