Home | Trees | Indices | Help |
|
---|
|
N-vector base class Nvector and function sumOf.
Pure Python implementation of n-vector-based geodesy tools for ellipsoidal earth models, transcribed from JavaScript originals by (C) Chris Veness 2005-2016 and published under the same MIT Licence**, see Vector-based geodesy.
Version: 18.10.12
Classes | |
Nvector Base class for ellipsoidal and spherical Nvector. |
|
LatLonNvectorBase (INTERNAL) Base class for n-vector-based ellipsoidal and spherical LatLon classes.
|
Functions | |||
|
Variables | |
NorthPole = Nvector(0.0, 0.0, 1.0) North pole (Nvector). |
|
SouthPole = Nvector(0.0, 0.0, -1.0) South pole (Nvector). |
Function Details |
Return the vectorial sum of any number of n-vectors. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Oct 27 15:39:38 2018 | http://epydoc.sourceforge.net |