ll.Rot2Axis (Rotation: quaternion) -> vectorReturns the rotation axis represented by Rotation. Returns the axis represented by the Rotation.
ll.Rot2Axis(quaternion(0,0,0,1))
{
"def": "func",
"desc": "Returns the rotation axis represented by Rotation.\nReturns the axis represented by the Rotation.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlRot2Axis",
"private": false,
"takesSelf": false,
"name": "Rot2Axis",
"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
}
]
}
]
}