Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the stereographic projection from the unit sphere to a plane
ResourceFunction["StereographicProjection"][p] computes the stereographic projection of the point p on the unit sphere to the plane. |
An array of points:
In[1]:= |
|
Stereographic projection:
In[2]:= |
|
Out[2]= |
|
The spherical loxodrome becomes the logarithmic spiral:
In[3]:= |
|
Out[3]= |
|
Plot of the the logarithmic spiral:
In[4]:= |
|
Out[4]= |
|
Stereographic projection of a rotated loxodrome, used for 3D printing:
In[5]:= |
|
Out[5]= |
|
The inverse function:
In[6]:= |
|
Out[6]= |
|
When applying a 4D to 3D stereographic projection to a Hopf fibration, a Clifford torus is generated:
In[7]:= |
|
Out[7]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License