Compares an array of vectors against a provided location vector and returns true if none in the array is within a certain radius of the provided location vector.
Relative To
Vector
|
Location vector to compare against |
Array
Array of Vectors
|
Array containing the vectors |
Radius
Float
|
Radius within which to query |
Return Value
Boolean
|
True or false based on query result |