Graphmath.Vec2.near

You're seeing just the function near, go back to Graphmath.Vec2 module for more information.
Link to this function

near(a, b, distance)

Specs

near(vec2(), vec2(), float()) :: boolean()

near(a,b, distance) checks whether two vec2s are within a certain distance of each other.

a is the first vec2.

b is the second vec2.

distance is the distance between them as a float.