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);