<transform>.preTrans

Pre multiply with translation

 

<transform>.preTrans(
    [x,y,z]    

)

 

[x,y,z]

Position


Remarks

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

Return Value

None

Example

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