Checks if a position is within a specified radius from another position in 3D space, taking into account the y-axis.
The radius to check.
The position of the first point.
The position of the second point.
The radius around the y-axis.
A boolean indicating whether the second point is within the specified radius of the first point in both x-z and y axes.
Checks if a position is within a specified radius from another position in 3D space, taking into account the y-axis.