| Home | Trees | Indices | Help |
|
|---|
|
|
(INTERNAL) Private elliposiodal and spherical Nvector
base classes LatLonNvectorBase and NvectorBase and function sumOf.
Pure Python implementation of n-vector-based geodesy
tools for ellipsoidal earth models, transcoded from JavaScript originals
by (C) Chris Veness 2005-2016 and published under the same MIT
Licence**, see Vector-based geodesy.
Version: 25.08.18
| Classes | |
|
NvectorBase (INTERNAL) Base class for ellipsoidal and spherical Nvectors.
|
|
|
LatLonNvectorBase (INTERNAL) Base class for n-vector-based ellipsoidal and spherical LatLons.
|
|
| Functions | |||
|
|||
|
|||
|
|||
| Variables | |
__all__ = _ALL_LAZY.nvectorBase
|
|
NorthPole = _N_Vector(0, 0, 1)
|
|
SouthPole = _N_Vector(0, 0, -1)
|
|
| Function Details |
Convert
See Also: Function n_xyz2philam. |
Convert
See Also: Function n_xyz2latlon. |
Return the vectorial sum of two or more n-vectors.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Nov 6 10:52:29 2025 | http://epydoc.sourceforge.net |