Reference Ellipsoid#

Parametrization Theory (Optional)#

Consider the domain \(D = \left(-\pi,\pi\right]\times\left[-\frac{\pi}{2}, \frac{\pi}{2}\right]\)

In this sense, let \(\PosSph \in \Real^{3\times1}\) be the position of a sphere surface, then.

\[\Pos\pare{\lambda, \beta} = \Pos_{\mathrm{surf}}\pare{\lambda, \beta} + h \hat{\boldsymbol{n}}\pare{\lambda, \beta}\]
../../../_images/ellipsoid.svg plot 01 test
from matplotlib import pyplot


figure, axes = pyplot.subplots()

pyplot.show()

Total running time of the script: (0 minutes 0.054 seconds)

Gallery generated by Sphinx-Gallery