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);
172 [System::Runtime::InteropServices::Out]
double% lat,
173 [System::Runtime::InteropServices::Out]
double% lon,
174 [System::Runtime::InteropServices::Out]
double% h);
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);
.NET wrapper for GeographicLib::Geocentric.
Geocentric(double a, double f)
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, [System::Runtime::InteropServices::Out] array< double, 2 >^% M)
Geocentric(const GeographicLib::Geocentric &g)
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 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::Runtime::InteropServices::Out] array< double, 2 >^% M)
System::IntPtr ^ GetUnmanaged()
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)