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(a,b, distance)
checks whether two vec2
s 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.