Checks if a position is within a specified radius from another position in 2D space.
The radius to check.
The position of the first point.
The position of the second point.
A boolean indicating whether the second point is within the specified radius of the first point.
Checks if a position is within a specified radius from another position in 2D space.