public class VariablePotentialCoefficientsSet extends Object implements Serializable
| 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
|
| Modifier and Type | Method and Description |
|---|---|
double |
getC() |
double[] |
getCc() |
int |
getDegree() |
int |
getOrder() |
double |
getS() |
double[] |
getSc() |
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 © 2021 CNES. All rights reserved.