Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate Koay's uniformly distributed points on a sphere
ResourceFunction["KoayPoints"][n] gives the positions of n uniformly distributed points on the surface of a unit sphere using Koay's method. |
200 uniformly distributed points on a sphere:
In[1]:= | ![]() |
Out[1]= | ![]() |
Generate machine-precision points:
In[2]:= | ![]() |
Out[2]= | ![]() |
Generate geodesic grid points with 24-digit precision:
In[3]:= | ![]() |
Out[3]= | ![]() |
Use a Delaunay mesh to make an approximation to a sphere:
In[4]:= | ![]() |
Out[4]= | ![]() |
Visualize the spherical Voronoi diagram of a set of geodesic grid points:
In[5]:= | ![]() |
Out[5]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License