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

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