Interface AttitudeRotationModel

    • Method Detail

      • getAttitudeRotation

        Rotation getAttitudeRotation​(SpacecraftState state,
                                     double[] parameters)
        Computed the rotation given the input state and parameters' values.
        Parameters:
        state - spacecraft state
        parameters - values for parameter drivers
        Returns:
        attitude's rotation
      • getAttitudeRotation

        <T extends CalculusFieldElement<T>> FieldRotation<T> getAttitudeRotation​(FieldSpacecraftState<T> state,
                                                                                 T[] parameters)
        Computed the rotation given the input state and parameters' values.
        Type Parameters:
        T - field type
        Parameters:
        state - spacecraft state
        parameters - values for parameter drivers
        Returns:
        attitude's rotation