14 namespace NETGeographicLib
97 void Forward(
double lat0,
double lon0,
double lat,
double lon,
98 [System::Runtime::InteropServices::Out]
double% x,
99 [System::Runtime::InteropServices::Out]
double% y,
100 [System::Runtime::InteropServices::Out]
double% azi,
101 [System::Runtime::InteropServices::Out]
double% rk);
125 void Reverse(
double lat0,
double lon0,
double x,
double y,
126 [System::Runtime::InteropServices::Out]
double% lat,
127 [System::Runtime::InteropServices::Out]
double% lon,
128 [System::Runtime::InteropServices::Out]
double% azi,
129 [System::Runtime::InteropServices::Out]
double% rk);
134 void Forward(
double lat0,
double lon0,
double lat,
double lon,
135 [System::Runtime::InteropServices::Out]
double% x,
136 [System::Runtime::InteropServices::Out]
double% y);
141 void Reverse(
double lat0,
double lon0,
double x,
double y,
142 [System::Runtime::InteropServices::Out]
double% lat,
143 [System::Runtime::InteropServices::Out]
double% lon);
AzimuthalEquidistant(void)
void Forward(double lat0, double lon0, double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y, [System::Runtime::InteropServices::Out] double% azi, [System::Runtime::InteropServices::Out] double% rk)
void Reverse(double lat0, double lon0, double x, double y, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, [System::Runtime::InteropServices::Out] double% azi, [System::Runtime::InteropServices::Out] double% rk)
.NET wrapper for GeographicLib::Geodesic.
.NET wrapper for GeographicLib::AzimuthalEquidistant.
Header for NETGeographicLib::Geodesic class.