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

Visual Basic
Public Function ComposeMatrix( _
   ByVal Matrix1 As Matrix, _
   ByVal Matrix2 As Matrix _
) As Matrix

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.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.