116 void Reset(
double lat0,
double lon0);
134 void Forward(
double lat,
double lon,
135 [System::Runtime::InteropServices::Out]
double% x,
136 [System::Runtime::InteropServices::Out]
double% y,
137 [System::Runtime::InteropServices::Out]
double% azi,
138 [System::Runtime::InteropServices::Out]
double% rk);
155 void Reverse(
double x,
double y,
156 [System::Runtime::InteropServices::Out]
double% lat,
157 [System::Runtime::InteropServices::Out]
double% lon,
158 [System::Runtime::InteropServices::Out]
double% azi,
159 [System::Runtime::InteropServices::Out]
double% rk);
164 void Forward(
double lat,
double lon,
165 [System::Runtime::InteropServices::Out]
double% x,
166 [System::Runtime::InteropServices::Out]
double% y);
171 void Reverse(
double x,
double y,
172 [System::Runtime::InteropServices::Out]
double% lat,
173 [System::Runtime::InteropServices::Out]
double% lon);
.NET wrapper for GeographicLib::CassiniSoldner.
void Reverse(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)
void Forward(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)
.NET wrapper for GeographicLib::Geodesic.
CassiniSoldner(double lat0, double lon0)
void Reset(double lat0, double lon0)