|
WSF
|
#include <WsfBallisticMissileLaunchComputer.hpp>
Public Attributes | |
| TblIndVarU< double > | mAltitude |
| TblDepVar1< double > | mTimeOfFlight |
| TblDepVar1< double > | mLoftAngle |
| TblDepVar1< double > | mSpeed |
| TblDepVar1< double > | mFlightPathAngle |
| double | mMinAltitude |
| double | mMaxAltitude |
Time of flight and loft angle as a function of altitude. Each line of constant ground range will have two instances of this:
In either case the curve may be empty.
| TblIndVarU<double> WsfBallisticMissileLaunchComputer::RangeLine::mAltitude |
| TblDepVar1<double> WsfBallisticMissileLaunchComputer::RangeLine::mFlightPathAngle |
| TblDepVar1<double> WsfBallisticMissileLaunchComputer::RangeLine::mLoftAngle |
| double WsfBallisticMissileLaunchComputer::RangeLine::mMaxAltitude |
| double WsfBallisticMissileLaunchComputer::RangeLine::mMinAltitude |
| TblDepVar1<double> WsfBallisticMissileLaunchComputer::RangeLine::mSpeed |
| TblDepVar1<double> WsfBallisticMissileLaunchComputer::RangeLine::mTimeOfFlight |