ll.Rot2Euler (Rotation: quaternion) -> vectorReturns 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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlRot2Euler",
"private": false,
"takesSelf": false,
"name": "Rot2Euler",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Rotation",
"desc": "",
"type": [
{
"def": "simple",
"value": "quaternion"
}
],
"variadic": false,
"optional": false
}
]
}
]
}