Implementation for NETGeographicLib::Geodesic class. More...
#include "stdafx.h"#include <GeographicLib/Geodesic.hpp>#include <GeographicLib/GeodesicLine.hpp>#include "Geodesic.h"#include "GeodesicLine.h"#include "NETGeographicLib.h"
Go to the source code of this file.
Variables | |
| const char | BADALLOC [] = "Failed to allocate memory for a GeographicLib::Geodesic" |
Implementation for NETGeographicLib::Geodesic class.
NETGeographicLib is copyright (c) Scott Heiman (2013) GeographicLib is Copyright (c) Charles Karney (2010-2012) charles@karney.com and licensed under the MIT/X11 License. For more information, see https://geographiclib.sourceforge.io/
Definition in file dotnet/NETGeographicLib/Geodesic.cpp.
| const char BADALLOC[] = "Failed to allocate memory for a GeographicLib::Geodesic" |
Definition at line 20 of file dotnet/NETGeographicLib/Geodesic.cpp.