ll.Axes2Rot(Forward: vector, Left: vector, Up: vector) : quaternion
Returns the rotation represented by coordinate axes Forward, Left, and Up.
ll.Axes2Rot(vector(1,1,1), vector(1,1,1), vector(1,1,1))
{
"def": "func",
"desc": "Returns the rotation represented by coordinate axes Forward, Left, and Up.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlAxes2Rot",
"name": "Axes2Rot",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"quaternion"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Forward",
"desc": "Forward/Back part of rotation.",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Left",
"desc": "Left/Right part of rotation.",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Up",
"desc": "Up/Down part of rotation.",
"type": [
"vector"
],
"variadic": false,
"optional": false
}
]
}
]
}