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