RotationVectorAngularVelocityStateElementConverterConvertState Method (Double) |
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<RotationVectorAngularVelocity> ConvertState(
double[] overallState
)
Public Function ConvertState (
overallState As Double()
) As Motion(Of RotationVectorAngularVelocity)
public:
Motion<RotationVectorAngularVelocity> ConvertState(
array<double>^ overallState
)
member ConvertState :
overallState : float[] -> Motion<RotationVectorAngularVelocity>
Parameters
- overallState
- Type: SystemDouble
The raw state to convert.
Return Value
Type:
MotionRotationVectorAngularVelocityThe value and its derivatives corresponding to the state.
See Also