<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)