ECI2Hills:

Path: FormationFlying/Transformation

% Compute the relative state in Hills frame given two ECI state vectors.
   The first input is treated as the reference state.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   xH = ECI2Hills( x0, x1 )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x0              (6,1) [r;v] ECI frame (reference)
   x1              (6,n) [r;v] ECI frame

   -------
   Outputs
   -------
   xH              (6,n) [r; v] Hills frame
                         [dR; r0*dTheta; dZ; dRDot; r0*dThetaDot; dZDot]

--------------------------------------------------------------------------

Children:

FormationFlying: Coord/GetHillsMats
SC: BasicOrbit/E2M
SC: BasicOrbit/Nu2E
SC: BasicOrbit/Nu2M
SC: BasicOrbit/RV2El
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Math: Linear/Cross
Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Mag

Back to the FormationFlying Module page