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

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