ll.Rot2Angle (Rotation: quaternion) -> numberReturns the rotation angle represented by Rotation. Returns the angle represented by the Rotation.
ll.Rot2Angle(quaternion(0,0,0,1))
{
"def": "func",
"desc": "Returns the rotation angle represented by Rotation.\nReturns the angle represented by the Rotation.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlRot2Angle",
"private": false,
"takesSelf": false,
"name": "Rot2Angle",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Rotation",
"desc": "",
"type": [
{
"def": "simple",
"value": "quaternion"
}
],
"variadic": false,
"optional": false
}
]
}
]
}