WLJS LogoWLJS Notebook

SpherePoints

SpherePoints[n] gives the positions of n uniformly distributed points on the surface of a unit sphere.

This function generates approximately evenly spaced points on a sphere.

Examples

SpherePoints[10]
Graphics3D[Point[SpherePoints[100]]]
ListPointPlot3D[SpherePoints[50]]

*See the official Wolfram Language Reference for more details.

On this page