Home | Trees | Indices | Help |
|
---|
|
Base classes RhumbBase
and RhumbLineBase
,
pure Python version of Karney's C++ classes Rhumb and RhumbLine from GeographicLib versions 2.0 and
2.2 and Karney's C++ example Rhumb intersect.
Class RhumbLine has been enhanced with method
Intersection
to iteratively find the intersection of two
rhumb lines and PlumbTo
to find the perpendicular
intersection of a rumb line and a geodesic or rhumb line from a given
point.
For more details, see the C++ GeographicLib documentation, especially the Class List, the background information on Rhumb lines, the utily RhumbSolve and Online rhumb line calculations.
Copyright (C) Charles Karney (2014-2023) and licensed under the MIT/X11 License. For more information, see the GeographicLib documentation.
Version: 23.11.09
Classes | |
RhumbBase (INTERNAL) Base class for rhumbaux.RhumbAux and
rhumbx.Rhumb .
|
|
RhumbLineBase (INTERNAL) Base class for rhumbaux.RhumbLineAux and
rhumbx.RhumbLine .
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Nov 12 13:03:53 2023 | http://epydoc.sourceforge.net |