120 void Forward(
double lat,
double lon,
double h,
121 [System::Runtime::InteropServices::Out]
double% X,
122 [System::Runtime::InteropServices::Out]
double% Y,
123 [System::Runtime::InteropServices::Out]
double% Z);
147 void Forward(
double lat,
double lon,
double h,
148 [System::Runtime::InteropServices::Out]
double% X,
149 [System::Runtime::InteropServices::Out]
double% Y,
150 [System::Runtime::InteropServices::Out]
double% Z,
151 [System::Runtime::InteropServices::Out] array<double,2>^% M);
173 void Reverse(
double X,
double Y,
double Z,
174 [System::Runtime::InteropServices::Out]
double% lat,
175 [System::Runtime::InteropServices::Out]
double% lon,
176 [System::Runtime::InteropServices::Out]
double% h);
200 void Reverse(
double X,
double Y,
double Z,
201 [System::Runtime::InteropServices::Out]
double% lat,
202 [System::Runtime::InteropServices::Out]
double% lon,
203 [System::Runtime::InteropServices::Out]
double% h,
204 [System::Runtime::InteropServices::Out] array<double,2>^% M);
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)
.NET wrapper for GeographicLib::Geocentric.
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)
System::IntPtr ^ GetUnmanaged()