ll.VecDist(Location1: vector, Location2: vector) : number
Returns the distance between Location1 and Location2.
ll.VecDist(vector(1,1,1), vector(1,1,1))
{
"def": "func",
"desc": "Returns the distance between Location1 and Location2.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlVecDist",
"name": "VecDist",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Location1",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Location2",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
}
]
}
]
}