13 namespace NETGeographicLib
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);