RotationVectorAngularVelocityStateElementConverterGetElementFromState Method  | 
 
            Produces this state element's values and their derivatives from the overall raw state.
            
 
    Namespace: 
   AGI.Foundation.Propagators.Advanced
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override Motion<double[]> GetElementFromState(
	double[] overallState
)
Public Overrides Function GetElementFromState ( 
	overallState As Double()
) As Motion(Of Double())
public:
virtual Motion<array<double>^> GetElementFromState(
	array<double>^ overallState
) override
abstract GetElementFromState : 
        overallState : float[] -> Motion<float[]> 
override GetElementFromState : 
        overallState : float[] -> Motion<float[]> Parameters
- overallState
 - Type: SystemDouble
The overall raw state from which to produce this element's array. 
Return Value
Type: 
MotionDoubleA representation of the values of this state as arrays of length 
Dimension in
            a motion of this element's 
Order minus one.
See Also