Path: FormationFlying/Transformation
% Transform geometric goals to hills-frame coordinates. Works for either circular or eccentric orbits. -------------------------------------------------------------------------- Usage: xH = TransformGeom2Hills( el, g, nu ); -------------------------------------------------------------------------- ------ Inputs ------ el (1,6) Reference orbital elements [a,i,W,w,e,M] g (.) Geometric goals data structure nu (1) Time step for the simulation [sec] (not used) ------- Outputs ------- xH (6,1) Relative position and velocity in Hills frame [km; km/s] --------------------------------------------------------------------------
FormationFlying: Coord/CirclePhase FormationFlying: Coord/IsCircGeom FormationFlying: Coord/IsEccGeom FormationFlying: DataStructures/EccGeometry_Structure FormationFlying: DataStructures/Geometry_Structure FormationFlying: EccDynamics/FFEccDH FormationFlying: EccDynamics/FFEccGoals FormationFlying: EccDynamics/FFEccProp FormationFlying: EccDynamics/FFEccRMat FormationFlying: EccDynamics/FFEccYExt EccDynamics: Derivatives/FFEccDDY EccDynamics: Derivatives/FFEccDY FormationFlying: Transformation/FFEccGoals2Hills FormationFlying: Transformation/Goals2Hills FormationFlying: Utility/Nu2TimeDomain FormationFlying: Utility/NuDot FormationFlying: Visual/FFEccAnalyzeShape Orbit: OrbitCoord/El2Alfriend SC: BasicOrbit/E2Nu SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/OrbRate Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/StringMatch Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Linear/DupVect Math: Linear/Mag Math: Solvers/NewtRaph Math: Trigonometry/WrapPhase
Back to the FormationFlying Module page