Package | Description |
---|---|
fr.cnes.sirius.patrius.math.parameter |
Modifier and Type | Class and Description |
---|---|
class |
ConstantFunction
This class is used to define a constant parameterizable function.
|
class |
LinearFunction
This class is used to define parameterizable linear function: f = a0 + a1 * (t - t0).
|
class |
NthOrderPolynomialFunction
This class is used to define parameterizable Nth order polynomial function: f = a0 + a1 * (t -
t0) + a2 * (t - t0)^2 + ....
|
Copyright © 2023 CNES. All rights reserved.