LandingCost2D:
% Cost for the landing for a 2D flat planet problem.
The cost is the total time for the maneuver.
This is computed from the decision variable.
--------------------------------------------------------------------------
Form:
cost = LandingCost2D( x, ~ )
--------------------------------------------------------------------------
------
Inputs
------
x (:,1) [beta;dT]
d (.) Data structure describing spacecraft model
-------
Outputs
-------
cost (1,1) Total time
--------------------------------------------------------------------------