Go to the documentation of this file.
114 void Reset(
double lat0,
double lon0);
132 [System::Runtime::InteropServices::Out]
double% x,
133 [System::Runtime::InteropServices::Out]
double% y,
134 [System::Runtime::InteropServices::Out]
double% azi,
135 [System::Runtime::InteropServices::Out]
double% rk);
153 [System::Runtime::InteropServices::Out]
double% lat,
154 [System::Runtime::InteropServices::Out]
double% lon,
155 [System::Runtime::InteropServices::Out]
double% azi,
156 [System::Runtime::InteropServices::Out]
double% rk);
162 [System::Runtime::InteropServices::Out]
double% x,
163 [System::Runtime::InteropServices::Out]
double% y);
169 [System::Runtime::InteropServices::Out]
double% lat,
170 [System::Runtime::InteropServices::Out]
double% lon);
CassiniSoldner(double lat0, double lon0)
void Reverse(double x, double y, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon)
CassiniSoldner(double lat0, double lon0, Geodesic^ earth)
.NET wrapper for GeographicLib::CassiniSoldner.
void Reset(double lat0, double lon0)
.NET wrapper for GeographicLib::Geodesic.
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)
void Forward(double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y)
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)