TeamGoals_Structure:
--------------------------------------------------------------------------
Initialize a team goals data structure.
Since version 7.
--------------------------------------------------------------------------
Form:
tG = TeamGoals_Structure( nU );
--------------------------------------------------------------------------
------
Inputs
------
nU (1) Number of unique states
(also equal to number of geometric goal structures
and number of constraint structures)
-------
Outputs
-------
tG (.) Team goals data structure with fields:
- teamID
- nU
- geometry
- constraints
- dPhi
--------------------------------------------------------------------------
Children:
FormationFlying: DataStructures/Constraints_Structure
FormationFlying: DataStructures/Geometry_Structure