118 void Forward(
double lat,
double lon,
double h,
119 [System::Runtime::InteropServices::Out]
double% X,
120 [System::Runtime::InteropServices::Out]
double% Y,
121 [System::Runtime::InteropServices::Out]
double% Z);
145 void Forward(
double lat,
double lon,
double h,
146 [System::Runtime::InteropServices::Out]
double% X,
147 [System::Runtime::InteropServices::Out]
double% Y,
148 [System::Runtime::InteropServices::Out]
double% Z,
149 [System::Runtime::InteropServices::Out] array<double,2>^% M);
171 void Reverse(
double X,
double Y,
double Z,
172 [System::Runtime::InteropServices::Out]
double% lat,
173 [System::Runtime::InteropServices::Out]
double% lon,
174 [System::Runtime::InteropServices::Out]
double% h);
198 void Reverse(
double X,
double Y,
double Z,
199 [System::Runtime::InteropServices::Out]
double% lat,
200 [System::Runtime::InteropServices::Out]
double% lon,
201 [System::Runtime::InteropServices::Out]
double% h,
202 [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()