Graphmath.Vec3.near
You're seeing just the function
near, go back to Graphmath.Vec3 module for more information.
Link to this function
near(a, b, distance)
Specs
near(a,b, distance) checks whether two vec3s are within a certain distance of each other.
a is the first vec3.
b is the second vec3.
distance is the distance between them as a float.