|
WSF
|
Contains data about the acceleration and altitude changes during a segment. More...
#include <WsfPathList.hpp>

Public Member Functions | |
| DynamicsData () | |
| void | SetLinearAcceleration (double aAcceleration) |
| void | SetClimbRate (double aClimbRate) |
| void | SetFlightAngle (double aFlightAngle) |
Public Attributes | |
| double | mLinearAcceleration |
| Linear acceleration applied to the duration of the segment. | |
| double | mClimbRate |
| Climb rate applied to the duration of the segment. | |
| double | mFlightAngle |
| Flight angle applied to the duration of the segment. | |
Contains data about the acceleration and altitude changes during a segment.
|
inline |
References mClimbRate, mFlightAngle, and mLinearAcceleration.
Referenced by WsfPathList::RotationSegment::ComputeState().
|
inline |
References mClimbRate.
Referenced by WsfPathComputer::Rotate().
|
inline |
References mFlightAngle.
Referenced by WsfPathComputer::Rotate().
|
inline |
References mLinearAcceleration.
Referenced by WsfPathComputer::Rotate().
| double WsfPathList::DynamicsData::mClimbRate |
Climb rate applied to the duration of the segment.
Referenced by DynamicsData(), WsfPathList::RotationSegment::Print(), and SetClimbRate().
| double WsfPathList::DynamicsData::mFlightAngle |
Flight angle applied to the duration of the segment.
Referenced by DynamicsData(), WsfPathList::RotationSegment::Print(), and SetFlightAngle().
| double WsfPathList::DynamicsData::mLinearAcceleration |
Linear acceleration applied to the duration of the segment.
Referenced by DynamicsData(), WsfPathList::RotationSegment::Print(), and SetLinearAcceleration().