96 void Forward(
double lat0,
double lon0,
double lat,
double lon,
97 [System::Runtime::InteropServices::Out]
double% x,
98 [System::Runtime::InteropServices::Out]
double% y,
99 [System::Runtime::InteropServices::Out]
double% azi,
100 [System::Runtime::InteropServices::Out]
double% rk);
123 void Reverse(
double lat0,
double lon0,
double x,
double y,
124 [System::Runtime::InteropServices::Out]
double% lat,
125 [System::Runtime::InteropServices::Out]
double% lon,
126 [System::Runtime::InteropServices::Out]
double% azi,
127 [System::Runtime::InteropServices::Out]
double% rk);
132 void Forward(
double lat0,
double lon0,
double lat,
double lon,
133 [System::Runtime::InteropServices::Out]
double% x,
134 [System::Runtime::InteropServices::Out]
double% y);
139 void Reverse(
double lat0,
double lon0,
double x,
double y,
140 [System::Runtime::InteropServices::Out]
double% lat,
141 [System::Runtime::InteropServices::Out]
double% lon);
Header for NETGeographicLib::Geodesic class.
.NET wrapper for GeographicLib::AzimuthalEquidistant.
void Forward(double lat0, double lon0, double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y)
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)
AzimuthalEquidistant(Geodesic^ earth)
AzimuthalEquidistant(void)
void Reverse(double lat0, double lon0, double x, double y, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon)
.NET wrapper for GeographicLib::Geodesic.