13 namespace NETGeographicLib
15 ref class CircularEngine;
16 ref class SphericalCoefficients;
48 static const int m_numCoeffVectors = 3;
52 std::vector<double> **m_C, **m_S;
157 int N,
int nmx,
int mmx,
160 int N1,
int nmx1,
int mmx1,
163 int N2,
int nmx2,
int mmx2,
186 double HarmonicSum(
double tau1,
double tau2,
double x,
double y,
double z);
207 double HarmonicSum(
double tau1,
double tau2,
double x,
double y,
double z,
208 [System::Runtime::InteropServices::Out]
double% gradx,
209 [System::Runtime::InteropServices::Out]
double% grady,
210 [System::Runtime::InteropServices::Out]
double% gradz);