Package | Description |
---|---|
fr.cnes.sirius.patrius.propagation.analytical.twod |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDateIntervalFunction
Abstract class for piecewise function of date.
|
class |
DateIntervalLinearFunction
This class represents a piecewise linear function of date.
The function is defined by an initial condition x0 at a date t[0] and all first derivatives xDot[i] on intervals [t[i],t[i+1]]. |
class |
DateIntervalParabolicFunction
This class represents a piecewise 2nd order polynomial function of date.
The function is defined by an initial condition (x0, xDot0) at a date t[0] and all second derivatives xDotDot[i] on intervals [t[i],t[i+1]]. |
class |
DatePolynomialFunction
This class represents a polynomial function of date.
|
Modifier and Type | Method and Description |
---|---|
UnivariateDateFunction |
Analytical2DParameterModel.getCenteredModel()
Get model for centered part of analytical model.
|
Constructor and Description |
---|
Analytical2DParameterModel(UnivariateDateFunction centeredFunction,
double[][] trigonometricCoefs)
Create a new analytical 2D orbital parameter model, with given polynomial and trigonometric developments.
|
Copyright © 2017 CNES. All rights reserved.