Given a circle area with radius $r$. There are $n$ points which are to be distributed evenly within that area.
For each point, what is the distance $d$ to the next neighboring point?
Am I right that this distance $d$ is equal for all points? So all points have the same distance to their next neighbor?
Is there an algorithm which helps me putting the points into the circle area in the first place?
Thanks a lot for some hints :)