ll.RotBetween(Vector1: vector, Vector2: vector) : quaternion
Returns the rotation to rotate Vector1 to Vector2. Returns the rotation needed to rotate Vector1 to Vector2.
ll.RotBetween(vector(1,1,1), vector(1,1,1))
{
"def": "func",
"desc": "Returns the rotation to rotate Vector1 to Vector2.\nReturns the rotation needed to rotate Vector1 to Vector2.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlRotBetween",
"name": "RotBetween",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"quaternion"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Vector1",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Vector2",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
}
]
}
]
}