Vizard 7 » Command Index » Vizard objects » transform » <transform>.postMult
7.6

<transform>.postMult

Post multiply with transform

<transform>.postMult(  
other  
)  
other
Transform object

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)