no projection, the polar angles are the plane coordinates
Plots rho over theta in degree, i.e. the sphere as a rectangle. Distorted everywhere, but the only projection in which a full sphere fits into one axes without splitting hemispheres.
Syntax
sP = plainProjection(sR)
[x,y] = sP.project(v)
v = sP.iproject(x,y)Input
| sR | sphericalRegion the projection is restricted to |
| v | vector3d |
| x, y | plane coordinates |
Class Properties
| sR | sphericalRegion the projection is restricted to |
| pC | plottingConvention, which direction points east |
| antipodal | identify v and -v |