public abstract class AttitudeEquation extends Object implements AdditionalEquations
This interface allows users to add their own attitude differential equations to a numerical propagator.
AdditionalEquations,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
AttitudeEquation.AttitudeType
Attitude type.
|
| Constructor and Description |
|---|
AttitudeEquation(AttitudeEquation.AttitudeType attitudeType)
Create a new attitude equation.
|
| Modifier and Type | Method and Description |
|---|---|
AttitudeEquation.AttitudeType |
getAttitudeType()
Get the attitude type.
|
String |
getName()
Get the name of the additional equation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildAdditionalState, computeDerivatives, computeSecondDerivatives, extractY, extractYDot, getFirstOrderDimension, getSecondOrderDimensionreadExternal, writeExternalpublic AttitudeEquation(AttitudeEquation.AttitudeType attitudeType)
attitudeType - the attitude typepublic String getName()
getName in interface AdditionalEquationspublic AttitudeEquation.AttitudeType getAttitudeType()
Copyright © 2025 CNES. All rights reserved.