<transform>.getPosition

Get translation

 

<transform>.getPosition()

 

Remarks

This command will return the translation of the matrix.

Return Value

[x,y,z]

Example

X = vizmat.Transform()
pos = X.getPosition()