<transform>.getEuler
Get euler rotation
<transform>.getEuler()
Remarks
This command will return the euler rotation of the matrix.
Return Value
[yaw,pitch,roll]
Example
#Print euler rotation
print
mat
.
getEuler
()