IntelliCAD 11.1 Object Library | |
ComposeMatrix Method | |
See Also |
- Matrix1
- The first Matrix object to combine with the second matrix.
- Matrix2
- The second Matrix object to combine with the first matrix.
Library Object : ComposeMatrix Method |
Description
Composes the results of two matrices matrix1 and matrix2 into the resulting matrix.
Syntax
Parameters
- Matrix1
- The first Matrix object to combine with the second matrix.
- Matrix2
- The second Matrix object to combine with the first matrix.
Remarks
For example, if the first matrix represents a 30 degree rotation and the second represents a 15 degree rotation the resultant matrix will represent a 45 degree rotation.