Open topic with navigation
Vizard 7 »
Command Index
»
Vizard objects
»
transform
»
<transform>.getEuler
7.7
<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
())
Copyright © 2001-2024 WorldViz. All rights reserved.