25 gars =
gcnew System::String( l.c_str() );
27 catch (
const std::exception& xcpt )
35 int% prec,
bool centerp)
42 llat, llon, lprec, centerp );
47 catch (
const std::exception& err )
Header for NETGeographicLib::NETGeographicLib objects.
static double Resolution(int prec)
Exception class for NETGeographicLib.
static std::string ManagedToUnmanaged(System::String^s)
static void Reverse(System::String^gars, [System::Runtime::InteropServices::Out] double%lat, [System::Runtime::InteropServices::Out] double%lon, [System::Runtime::InteropServices::Out] int%prec, bool centerp)
static void Forward(real lat, real lon, int prec, std::string &gars)
static Math::real Resolution(int prec)
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
static const Line3 l(Rot3(), 1, 1)
static void Reverse(const std::string &gars, real &lat, real &lon, int &prec, bool centerp=true)
static void Forward(double lat, double lon, int prec, [System::Runtime::InteropServices::Out] System::String^%gars)
static int Precision(double res)
Header for GeographicLib::GARS class.
static int Precision(real res)
Header for NETGeographicLib::GARS class.