ll.Rot2Euler(Rotation: quaternion) : vector
Returns the Euler representation (roll, pitch, yaw) of Rotation. Returns the Euler Angle representation of the Rotation.
ll.Rot2Euler(quaternion(0,0,0,1))
{
"def": "func",
"desc": "Returns the Euler representation (roll, pitch, yaw) of Rotation.\nReturns the Euler Angle representation of the Rotation.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlRot2Euler",
"name": "Rot2Euler",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Rotation",
"desc": "",
"type": [
"quaternion"
],
"variadic": false,
"optional": false
}
]
}
]
}