Open topic with navigation
<transform>.postMult
Post multiply with transform
<transform>.postMult( |
|
other |
) |
|
Remarks
This command will post multiply the matrix with the specified transform.
Return Value
None
Example
X1 = vizmat.Transform()
X2 = vizmat.Transform()
X1.postMult(X2)