public interface AttractionModel
| Modifier and Type | Field and Description |
|---|---|
static String |
MU
Parameter name for central attraction coefficient.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMu()
Get the central attraction coefficient.
|
double |
getMultiplicativeFactor()
Get the force multiplicative factor.
|
void |
setMu(double muIn)
Set the central attraction coefficient.
|
void |
setMultiplicativeFactor(double factor)
Set the multiplicative factor.
|
static final String MU
double getMu()
void setMu(double muIn)
muIn - the central attraction coefficient.double getMultiplicativeFactor()
void setMultiplicativeFactor(double factor)
factor - the factor to set.Copyright © 2022 CNES. All rights reserved.