115 void Reset(
double lat0,
double lon0,
double h0 );
129 void Forward(
double lat,
double lon,
double h,
130 [System::Runtime::InteropServices::Out]
double% x,
131 [System::Runtime::InteropServices::Out]
double% y,
132 [System::Runtime::InteropServices::Out]
double% z);
159 void Forward(
double lat,
double lon,
double h,
160 [System::Runtime::InteropServices::Out]
double% x,
161 [System::Runtime::InteropServices::Out]
double% y,
162 [System::Runtime::InteropServices::Out]
double% z,
163 [System::Runtime::InteropServices::Out] array<double,2>^% M);
178 void Reverse(
double x,
double y,
double z,
179 [System::Runtime::InteropServices::Out]
double% lat,
180 [System::Runtime::InteropServices::Out]
double% lon,
181 [System::Runtime::InteropServices::Out]
double% h);
207 void Reverse(
double x,
double y,
double z,
208 [System::Runtime::InteropServices::Out]
double% lat,
209 [System::Runtime::InteropServices::Out]
double% lon,
210 [System::Runtime::InteropServices::Out]
double% h,
211 [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)