Matrix.PostMultiplyBy Method
Parent Object:
Matrix
Description
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.
Version
Introduced in version 6
© Copyright 2021 Autodesk, Inc.
Comment on this page.