FFEccTetrahedronGeometry:

Path: FormationFlying/Guidance

% Goals for tetrahedron geometry in an eccentric orbit.
 Compute the geometric goals for a formation that achieves a tetrahedron shape
 at a given true anomaly in an eccentric reference orbit.

--------------------------------------------------------------------------
   Usage:
   g = FFEccTetrahedronGeometry( nu, d, eul );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   nu          (1)  True anomaly where tetrahedron occurs
   d           (1)  Length of each side
   eul        (3,1) Euler angles defining the orientation
   centroid    (1)  Flag. If 1, centroid of first 3 points of tetrahedron
                     is at the origin. Otherwise (default) the first point
                     is at the origin.

   -------
   Outputs
   -------
   g           (.)  Geometric goals data structure

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

Children:

AerospaceUtils: Coord/ECIToEF
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: Utility/Nu2TimeDomain
FormationFlying: Utility/NuDot
FormationFlying: Utility/Tetrahedron
FormationFlying: Visual/FFEccAnalyzeShape
Plotting: GUI/AnimationGUI
Plotting: Help/HelpSystem
Plotting: Utilities/InitializeAxes
SC: Ephem/SunV1
Common: CommonData/SwooshWatermark
Common: ComponentModels/Box
Common: ComponentModels/Cone
Common: ComponentModels/Frustrum
Common: General/CloseFigure
Common: General/DeBlankLT
Common: General/GetNewTag
Common: General/Watermark
Common: Graphics/AddView
Common: Graphics/AddZoom
Common: Graphics/Axis3D
Common: Graphics/CameraControls
Common: Graphics/DrawVertices
Common: Graphics/Ellipsd
Common: Graphics/Map
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/SliderBar
Common: Graphics/TitleS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Quaternion/QForm
Common: Quaternion/QTForm
Common: Quaternion/U2Q
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/JD2000
Common: Time/JD2T
Common: Time/T2JD
Common: Transform/Eul2Q
Common: Transform/RotMat
Math: Geometry/Perpendicular
Math: Linear/Cross
Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit
Math: Solvers/NewtRaph
Math: Trigonometry/CosD
Math: Trigonometry/SinD
Math: Trigonometry/WrapPhase

Back to the FormationFlying Module page