Open topic with navigation
Vizard 8 »
Command Index
»
Vizard objects
»
transform
»
<transform>.getEuler
8.0
<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.