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

<transform>.preMult

Pre multiply with transform

<transform>.preMult(  
other  
)  
other
Transform object

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)