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 FormModifier 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, wait
buildAdditionalState, computeDerivatives, computeSecondDerivatives, extractY, extractYDot, getFirstOrderDimension, getSecondOrderDimension
readExternal, writeExternal
public AttitudeEquation(AttitudeEquation.AttitudeType attitudeType)
attitudeType
- the attitude typepublic String getName()
getName
in interface AdditionalEquations
public AttitudeEquation.AttitudeType getAttitudeType()
Copyright © 2023 CNES. All rights reserved.