Matrix.PostMultiplyBy Method
Parent Object: MatrixDescription
Method that post-multiplies this matrix by the specified matrix, setting this matrix to the result.
Syntax
Matrix.PostMultiplyBy( Matrix As Matrix )Parameters
Name | Type | Description |
Matrix | Matrix | Input Matrix object that specifies the matrix to post-multiply by. |