Package | Description |
---|---|
fr.cnes.sirius.patrius.attitudes | |
fr.cnes.sirius.patrius.attitudes.directions | |
fr.cnes.sirius.patrius.projections |
Constructor and Description |
---|
AeroAttitudeLaw(double angleofattack,
double sideslip,
double rollVel,
ExtendedOneAxisEllipsoid earthShape)
Constructor.
|
AeroAttitudeLaw(double angleofattack,
double sideslip,
double rollVel,
ExtendedOneAxisEllipsoid earthShape,
double dtSpin,
double dtAcc)
Constructor with parameterizable delta-time for spin and acceleration computation.
|
AeroAttitudeLaw(IParameterizableFunction angleofattack,
IParameterizableFunction sideslip,
IParameterizableFunction rollVel,
ExtendedOneAxisEllipsoid earthShape)
Constructor.
|
AeroAttitudeLaw(IParameterizableFunction angleofattack,
IParameterizableFunction sideslip,
IParameterizableFunction rollVel,
ExtendedOneAxisEllipsoid earthShape,
double dtSpin,
double dtAcc)
Constructor with parameterizable delta-time for spin and acceleration computation.
|
Constructor and Description |
---|
GlintApproximatePointingDirection(ExtendedOneAxisEllipsoid shape,
PVCoordinatesProvider sunPV)
Constructor with default solver
(
BisectionSolver.BisectionSolver(double, double) ). |
GlintApproximatePointingDirection(ExtendedOneAxisEllipsoid shape,
PVCoordinatesProvider sunPV,
UnivariateSolver univariateSolver)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectionEllipsoid
This class extends the
ExtendedOneAxisEllipsoid class and provides utility methods needed for projections. |
Copyright © 2017 CNES. All rights reserved.