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