We have a point (x,y) and a set of some other points (xi,yi). How can we determine which of (xi,yi) are within a circle with c
Simple way.
Compute the distance from the point to the center of the circle. If less than radius , then its within the circle.