Go to the documentation of this file.
15 ref class SphericalCoefficients;
16 ref class CircularEngine;
47 static const int m_numCoeffVectors = 2;
51 std::vector<double> **m_C, **m_S;
141 int N,
int nmx,
int mmx,
144 int N1,
int nmx1,
int mmx1,
187 [System::Runtime::InteropServices::Out]
double% gradx,
188 [System::Runtime::InteropServices::Out]
double% grady,
189 [System::Runtime::InteropServices::Out]
double% gradz);
double HarmonicSum(double tau, double x, double y, double z, [System::Runtime::InteropServices::Out] double% gradx, [System::Runtime::InteropServices::Out] double% grady, [System::Runtime::InteropServices::Out] double% gradz)
SphericalHarmonic1(array< double >^ C, array< double >^ S, int N, array< double >^ C1, array< double >^ S1, int N1, double a, Normalization norm)
.NET wrapper for GeographicLib::SphericalEngine::coeff.
SphericalHarmonic1(array< double >^ C, array< double >^ S, int N, int nmx, int mmx, array< double >^ C1, array< double >^ S1, int N1, int nmx1, int mmx1, double a, Normalization norm)
.NET wrapper for GeographicLib::CircularEngine.
double HarmonicSum(double tau, double x, double y, double z)
SphericalCoefficients ^ Coefficients()
.NET wrapper for GeographicLib::SphericalHarmonic1.
SphericalCoefficients ^ Coefficients1()
CircularEngine ^ Circle(double tau, double p, double z, bool gradp)