public class VariablePotentialCoefficientsSet extends Object
| Constructor and Description |
|---|
VariablePotentialCoefficientsSet(int d,
int o,
double c,
double s,
double[] cc,
double[] sc)
Create a set for a given order and degree
|
public VariablePotentialCoefficientsSet(int d,
int o,
double c,
double s,
double[] cc,
double[] sc)
d - degree of seto - order of setc - normalized c coefficients - normalized s coefficientcc - c coefficient corrections {DOT, S1A, C1A, S2A, C2A}sc - s coefficient corrections {DOT, S1A, C1A, S2A, C2A}public int getDegree()
public int getOrder()
public double getC()
public double getS()
public double[] getCc()
public double[] getSc()
Copyright © 2017 CNES. All rights reserved.