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,
166 double HarmonicSum(
double tau,
double x,
double y,
double z);
186 double HarmonicSum(
double tau,
double x,
double y,
double z,
187 [System::Runtime::InteropServices::Out]
double% gradx,
188 [System::Runtime::InteropServices::Out]
double% grady,
189 [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)
SphericalCoefficients ^ Coefficients()
SphericalCoefficients ^ Coefficients1()
CircularEngine ^ Circle(double tau, double p, double z, bool gradp)
.NET wrapper for GeographicLib::SphericalHarmonic1.
.NET wrapper for GeographicLib::SphericalEngine::coeff.
double HarmonicSum(double tau, double x, double y, double z)
.NET wrapper for GeographicLib::CircularEngine.