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

<transform>.setPosition

Set the translation of the matrix

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

Remarks

This command will set the translation component of the matrix to the specified position.

Return Value

None

Example

X = vizmat.Transform()
X.setPosition(0,3,0)