Path: FormationFlying/DataStructures
% Initialize a geometry data structure.
--------------------------------------------------------------------------
Form:
g = Geometry_Structure( nU );
--------------------------------------------------------------------------
------
Inputs
------
nU (1) Number of geometry structures = # of unique states
-------
Outputs
-------
g (.) Geometry data structure with fields:
- y0
- aE
- beta
- zInc
- zLan
--------------------------------------------------------------------------
Back to the FormationFlying Module page