252 [System::Runtime::InteropServices::Out]
double% lat2,
253 [System::Runtime::InteropServices::Out]
double% lon2,
254 [System::Runtime::InteropServices::Out]
double% azi2,
255 [System::Runtime::InteropServices::Out]
double% m12,
256 [System::Runtime::InteropServices::Out]
double% M12,
257 [System::Runtime::InteropServices::Out]
double% M21,
258 [System::Runtime::InteropServices::Out]
double% S12);
264 [System::Runtime::InteropServices::Out]
double% lat2,
265 [System::Runtime::InteropServices::Out]
double% lon2);
271 [System::Runtime::InteropServices::Out]
double% lat2,
272 [System::Runtime::InteropServices::Out]
double% lon2,
273 [System::Runtime::InteropServices::Out]
double% azi2);
279 [System::Runtime::InteropServices::Out]
double% lat2,
280 [System::Runtime::InteropServices::Out]
double% lon2,
281 [System::Runtime::InteropServices::Out]
double% azi2,
282 [System::Runtime::InteropServices::Out]
double% m12);
288 [System::Runtime::InteropServices::Out]
double% lat2,
289 [System::Runtime::InteropServices::Out]
double% lon2,
290 [System::Runtime::InteropServices::Out]
double% azi2,
291 [System::Runtime::InteropServices::Out]
double% M12,
292 [System::Runtime::InteropServices::Out]
double% M21);
298 [System::Runtime::InteropServices::Out]
double% lat2,
299 [System::Runtime::InteropServices::Out]
double% lon2,
300 [System::Runtime::InteropServices::Out]
double% azi2,
301 [System::Runtime::InteropServices::Out]
double% m12,
302 [System::Runtime::InteropServices::Out]
double% M12,
303 [System::Runtime::InteropServices::Out]
double% M21);
349 [System::Runtime::InteropServices::Out]
double% lat2,
350 [System::Runtime::InteropServices::Out]
double% lon2,
351 [System::Runtime::InteropServices::Out]
double% azi2,
352 [System::Runtime::InteropServices::Out]
double% s12,
353 [System::Runtime::InteropServices::Out]
double% m12,
354 [System::Runtime::InteropServices::Out]
double% M12,
355 [System::Runtime::InteropServices::Out]
double% M21,
356 [System::Runtime::InteropServices::Out]
double% S12);
362 [System::Runtime::InteropServices::Out]
double% lat2,
363 [System::Runtime::InteropServices::Out]
double% lon2);
369 [System::Runtime::InteropServices::Out]
double% lat2,
370 [System::Runtime::InteropServices::Out]
double% lon2,
371 [System::Runtime::InteropServices::Out]
double% azi2);
377 [System::Runtime::InteropServices::Out]
double% lat2,
378 [System::Runtime::InteropServices::Out]
double% lon2,
379 [System::Runtime::InteropServices::Out]
double% azi2,
380 [System::Runtime::InteropServices::Out]
double% s12);
386 [System::Runtime::InteropServices::Out]
double% lat2,
387 [System::Runtime::InteropServices::Out]
double% lon2,
388 [System::Runtime::InteropServices::Out]
double% azi2,
389 [System::Runtime::InteropServices::Out]
double% s12,
390 [System::Runtime::InteropServices::Out]
double% m12);
396 [System::Runtime::InteropServices::Out]
double% lat2,
397 [System::Runtime::InteropServices::Out]
double% lon2,
398 [System::Runtime::InteropServices::Out]
double% azi2,
399 [System::Runtime::InteropServices::Out]
double% s12,
400 [System::Runtime::InteropServices::Out]
double% M12,
401 [System::Runtime::InteropServices::Out]
double% M21);
407 [System::Runtime::InteropServices::Out]
double% lat2,
408 [System::Runtime::InteropServices::Out]
double% lon2,
409 [System::Runtime::InteropServices::Out]
double% azi2,
410 [System::Runtime::InteropServices::Out]
double% s12,
411 [System::Runtime::InteropServices::Out]
double% m12,
412 [System::Runtime::InteropServices::Out]
double% M12,
413 [System::Runtime::InteropServices::Out]
double% M21);
481 [System::Runtime::InteropServices::Out]
double% lat2,
482 [System::Runtime::InteropServices::Out]
double% lon2,
483 [System::Runtime::InteropServices::Out]
double% azi2,
484 [System::Runtime::InteropServices::Out]
double% s12,
485 [System::Runtime::InteropServices::Out]
double% m12,
486 [System::Runtime::InteropServices::Out]
double% M12,
487 [System::Runtime::InteropServices::Out]
double% M21,
488 [System::Runtime::InteropServices::Out]
double% S12);
Header for NETGeographicLib::NETGeographicLib objects.
NETGeographicLib::Mask Capabilities()
.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)
double GenPosition(bool arcmode, double s12_a12, GeodesicLine::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)
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)