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

<transform>.postTrans

Post multiply with translation

<transform>.postTrans(  
[x,y,z]  
)  
[x,y,z]
Position

Remarks

This command will post multiply the matrix with the specified translation.

Return Value

None

Example

X = vizmat.Transform()
X.postTrans(1,0,0)