I am trying to disperse n points on a sphere such that each point has the \"same\" area \"around\" it. Basically, I\'m trying to integrate a function over a sphere by evalua
Could be wrong, but if
the algorithm will converge to the configuration what you need. It is time consumpting, but you could cache results for various number of points.