118 void Reset(
double lat0,
double lon0,
double h0 );
133 void Forward(
double lat,
double lon,
double h,
134 [System::Runtime::InteropServices::Out]
double% x,
135 [System::Runtime::InteropServices::Out]
double% y,
136 [System::Runtime::InteropServices::Out]
double% z);
164 void Forward(
double lat,
double lon,
double h,
165 [System::Runtime::InteropServices::Out]
double% x,
166 [System::Runtime::InteropServices::Out]
double% y,
167 [System::Runtime::InteropServices::Out]
double% z,
168 [System::Runtime::InteropServices::Out] array<double,2>^% M);
183 void Reverse(
double x,
double y,
double z,
184 [System::Runtime::InteropServices::Out]
double% lat,
185 [System::Runtime::InteropServices::Out]
double% lon,
186 [System::Runtime::InteropServices::Out]
double% h);
212 void Reverse(
double x,
double y,
double z,
213 [System::Runtime::InteropServices::Out]
double% lat,
214 [System::Runtime::InteropServices::Out]
double% lon,
215 [System::Runtime::InteropServices::Out]
double% h,
216 [System::Runtime::InteropServices::Out] array<double,2>^% M);
.NET wrapper for GeographicLib::Geocentric.
.NET wrapper for GeographicLib::LocalCartesian.
void Reverse(double x, double y, double z, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, [System::Runtime::InteropServices::Out] double% h)
void Reset(double lat0, double lon0, double h0)
void Forward(double lat, double lon, double h, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y, [System::Runtime::InteropServices::Out] double% z)