15 double x = 2,
y = 3,
z = 1,
p = Math::Sqrt(x*x+
y*
y);
19 Console::WriteLine(String::Format(
"{0} {1} {2} {3}", v, vx, vy, vz));
22 Console::WriteLine(String::Format(
"Caught exception: {0}", e->Message));
Exception class for NETGeographicLib.
double LongitudeSum(double coslon, double sinlon)
int main(array< System::String^>^)
CircularEngine Circle(double p, double z, bool gradp)
StridedVectorType vy(make_vector(y,*n, std::abs(*incy)))
Array< double, 1, 3 > e(1./3., 0.5, 2.)
StridedVectorType vx(make_vector(x,*n, std::abs(*incx)))
.NET wrapper for GeographicLib::CircularEngine.
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::SphericalHarmonic.