Go to the documentation of this file. 1 using namespace System;
8 const double lat0 = 48 + 50/60.0,
lon0 = 2 + 20/60.0;
12 double lat = 50.9,
lon = 1.8;
15 Console::WriteLine( String::Format(
"X: {0} Y: {1}",
x,
y ) );
19 double x = -38e3,
y = 230e3;
22 Console::WriteLine( String::Format(
"Latitude: {0} Longitude: {1}",
lat,
lon ) );
26 Console::WriteLine( String::Format(
"Caught exception: {0}",
e->Message ) );
Array< double, 1, 3 > e(1./3., 0.5, 2.)
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
.NET wrapper for GeographicLib::AzimuthalEquidistant.
Exception class for NETGeographicLib.
void Forward(double lat0, double lon0, double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y, [System::Runtime::InteropServices::Out] double% azi, [System::Runtime::InteropServices::Out] double% rk)
int main(array< System::String ^> ^)
void Reverse(double lat0, double lon0, double x, double y, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, [System::Runtime::InteropServices::Out] double% azi, [System::Runtime::InteropServices::Out] double% rk)
.NET wrapper for GeographicLib::Geodesic.
gtsam
Author(s):
autogenerated on Sun Dec 22 2024 04:11:31