|
In which circle is the Point lying?
I have a 10x10 grid of circles(similar) in which lies a random point.
I need to display in which circle is the point. The attributes of the circle and point are : id(int) and position(Point2D).
Could some one help me with this please?
|