183 [System::Runtime::InteropServices::Out]
double% lat2,
184 [System::Runtime::InteropServices::Out]
double% lon2,
185 [System::Runtime::InteropServices::Out]
double% azi2,
186 [System::Runtime::InteropServices::Out]
double% m12,
187 [System::Runtime::InteropServices::Out]
double% M12,
188 [System::Runtime::InteropServices::Out]
double% M21,
189 [System::Runtime::InteropServices::Out]
double% S12);
195 [System::Runtime::InteropServices::Out]
double% lat2,
196 [System::Runtime::InteropServices::Out]
double% lon2);
202 [System::Runtime::InteropServices::Out]
double% lat2,
203 [System::Runtime::InteropServices::Out]
double% lon2,
204 [System::Runtime::InteropServices::Out]
double% azi2);
210 [System::Runtime::InteropServices::Out]
double% lat2,
211 [System::Runtime::InteropServices::Out]
double% lon2,
212 [System::Runtime::InteropServices::Out]
double% azi2,
213 [System::Runtime::InteropServices::Out]
double% m12);
219 [System::Runtime::InteropServices::Out]
double% lat2,
220 [System::Runtime::InteropServices::Out]
double% lon2,
221 [System::Runtime::InteropServices::Out]
double% azi2,
222 [System::Runtime::InteropServices::Out]
double% M12,
223 [System::Runtime::InteropServices::Out]
double% M21);
229 [System::Runtime::InteropServices::Out]
double% lat2,
230 [System::Runtime::InteropServices::Out]
double% lon2,
231 [System::Runtime::InteropServices::Out]
double% azi2,
232 [System::Runtime::InteropServices::Out]
double% m12,
233 [System::Runtime::InteropServices::Out]
double% M12,
234 [System::Runtime::InteropServices::Out]
double% M21);
280 [System::Runtime::InteropServices::Out]
double% lat2,
281 [System::Runtime::InteropServices::Out]
double% lon2,
282 [System::Runtime::InteropServices::Out]
double% azi2,
283 [System::Runtime::InteropServices::Out]
double% s12,
284 [System::Runtime::InteropServices::Out]
double% m12,
285 [System::Runtime::InteropServices::Out]
double% M12,
286 [System::Runtime::InteropServices::Out]
double% M21,
287 [System::Runtime::InteropServices::Out]
double% S12);
293 [System::Runtime::InteropServices::Out]
double% lat2,
294 [System::Runtime::InteropServices::Out]
double% lon2);
300 [System::Runtime::InteropServices::Out]
double% lat2,
301 [System::Runtime::InteropServices::Out]
double% lon2,
302 [System::Runtime::InteropServices::Out]
double% azi2);
308 [System::Runtime::InteropServices::Out]
double% lat2,
309 [System::Runtime::InteropServices::Out]
double% lon2,
310 [System::Runtime::InteropServices::Out]
double% azi2,
311 [System::Runtime::InteropServices::Out]
double% s12);
317 [System::Runtime::InteropServices::Out]
double% lat2,
318 [System::Runtime::InteropServices::Out]
double% lon2,
319 [System::Runtime::InteropServices::Out]
double% azi2,
320 [System::Runtime::InteropServices::Out]
double% s12,
321 [System::Runtime::InteropServices::Out]
double% m12);
327 [System::Runtime::InteropServices::Out]
double% lat2,
328 [System::Runtime::InteropServices::Out]
double% lon2,
329 [System::Runtime::InteropServices::Out]
double% azi2,
330 [System::Runtime::InteropServices::Out]
double% s12,
331 [System::Runtime::InteropServices::Out]
double% M12,
332 [System::Runtime::InteropServices::Out]
double% M21);
338 [System::Runtime::InteropServices::Out]
double% lat2,
339 [System::Runtime::InteropServices::Out]
double% lon2,
340 [System::Runtime::InteropServices::Out]
double% azi2,
341 [System::Runtime::InteropServices::Out]
double% s12,
342 [System::Runtime::InteropServices::Out]
double% m12,
343 [System::Runtime::InteropServices::Out]
double% M12,
344 [System::Runtime::InteropServices::Out]
double% M21);
404 [System::Runtime::InteropServices::Out]
double% lat2,
405 [System::Runtime::InteropServices::Out]
double% lon2,
406 [System::Runtime::InteropServices::Out]
double% azi2,
407 [System::Runtime::InteropServices::Out]
double% s12,
408 [System::Runtime::InteropServices::Out]
double% m12,
409 [System::Runtime::InteropServices::Out]
double% M12,
410 [System::Runtime::InteropServices::Out]
double% M21,
411 [System::Runtime::InteropServices::Out]
double% S12);
Header for NETGeographicLib::NETGeographicLib objects.
NETGeographicLib::Mask Capabilities()
double GenPosition(bool arcmode, double s12_a12, NETGeographicLib::Mask outmask, [System::Runtime::InteropServices::Out] double% lat2, [System::Runtime::InteropServices::Out] double% lon2, [System::Runtime::InteropServices::Out] double% azi2, [System::Runtime::InteropServices::Out] double% s12, [System::Runtime::InteropServices::Out] double% m12, [System::Runtime::InteropServices::Out] double% M12, [System::Runtime::InteropServices::Out] double% M21, [System::Runtime::InteropServices::Out] double% S12)
.NET wrapper for GeographicLib::GeodesicLine.
double Position(double s12, [System::Runtime::InteropServices::Out] double% lat2, [System::Runtime::InteropServices::Out] double% lon2, [System::Runtime::InteropServices::Out] double% azi2, [System::Runtime::InteropServices::Out] double% m12, [System::Runtime::InteropServices::Out] double% M12, [System::Runtime::InteropServices::Out] double% M21, [System::Runtime::InteropServices::Out] double% S12)
.NET wrapper for GeographicLib::Geodesic.
GeodesicLine(Geodesic^ g, double lat1, double lon1, double azi1, NETGeographicLib::Mask caps)
void ArcPosition(double a12, [System::Runtime::InteropServices::Out] double% lat2, [System::Runtime::InteropServices::Out] double% lon2, [System::Runtime::InteropServices::Out] double% azi2, [System::Runtime::InteropServices::Out] double% s12, [System::Runtime::InteropServices::Out] double% m12, [System::Runtime::InteropServices::Out] double% M12, [System::Runtime::InteropServices::Out] double% M21, [System::Runtime::InteropServices::Out] double% S12)