I have googled this and not come up with an answer yet, but basically, I'm trying to find out the distance between each point or vertice on a sphere (all points are evenly spaced). I already know this information, but I want to figure it out using math.
Radius = 1
Number of points = 382
Distance between points: 0.156918
I have tried calculating the surface area, then dividing that by the number of points, is that correct?
(4 * pi * sqrt(radius)) / 382
but no luck, assuming that my idea is correct, should finding the surface area, divided by the number of points give me the distance between each?
Shannon