I have a very simple 2d graph.
6 lines separated by equal angle of 60 degrees radiate from the center of a 2d circle, intersecting with the circumference at 6 points. Suppose I know the coordinates of these 6 points, my question is how to turn this graph into a 3d spherical symmetric graph? New lines will be radiating from the center of the sphere, intersecting with the sphere at new points, and how to convert the coordinates of the 6 old points to the coordinates of new vertices on the sphere?
The question seems to be trivial but didn't figure out how to do this. Need some help, thanks.