Path: FormationFlying/Coord
% Subtract one set of geometric goals from the other. Given the geometry of A and the geometry of B, compute the geometry of B with respect to A. Since version 7. -------------------------------------------------------------------------- Form: gBA = SubGoals( e, nu, gA, gB, n ); -------------------------------------------------------------------------- ------ Inputs ------ e (1) Eccentricity nu (1) True anomaly [rad] gA (.) Geometric goals of A gB (.) Geometric goals of B n (1) Mean orbit rate ------- Outputs ------- gBA (.) Geometric goals of B with respect to A gBA = gB - gA --------------------------------------------------------------------------
FormationFlying: Coord/CirclePhase FormationFlying: Coord/EllipsePhase 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/FFEccXExt FormationFlying: EccDynamics/FFEccYExt FormationFlying: EccDynamics/FFEccZExt EccDynamics: Derivatives/FFEccDDX EccDynamics: Derivatives/FFEccDDY EccDynamics: Derivatives/FFEccDDZ EccDynamics: Derivatives/FFEccDX EccDynamics: Derivatives/FFEccDY EccDynamics: Derivatives/FFEccDZ FormationFlying: Transformation/FFEccGoals2Hills FormationFlying: Transformation/FFEccHills2Goals FormationFlying: Transformation/Goals2Hills FormationFlying: Transformation/Hills2Goals FormationFlying: Utility/Nu2TimeDomain FormationFlying: Utility/NuDot FormationFlying: Utility/Time2NuDomain FormationFlying: Visual/FFEccAnalyzeShape 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/Mag Math: Solvers/NewtRaph Math: Trigonometry/WrapPhase
Back to the FormationFlying Module page