| 
    swift
    
   | 
 
Simple linear interpolator for pitch, bank, heading and groundspeed from start to end situation. More...
Public Member Functions | |
| void | setTimeFraction (double tf) | 
| Change time fraction.  | |
| CInterpolatorLinearPbh ()=default | |
| Constructor.  | |
| CInterpolatorLinearPbh (const aviation::CAircraftSituation &start, const aviation::CAircraftSituation &end) | |
| Constructor.  | |
| CInterpolatorLinearPbh (double simulationTimeFraction, const aviation::CAircraftSituation &start, const aviation::CAircraftSituation &end) | |
| Constructor.  | |
| aviation::CHeading | getHeading () const | 
| Getter.  | |
| physical_quantities::CAngle | getPitch () const | 
| Getter.  | |
| physical_quantities::CAngle | getBank () const | 
| Getter.  | |
| physical_quantities::CSpeed | getGroundSpeed () const | 
| Getter.  | |
| const aviation::CAircraftSituation & | getStartSituation () const | 
| Getter.  | |
| const aviation::CAircraftSituation & | getEndSituation () const | 
| Getter.  | |
Simple linear interpolator for pitch, bank, heading and groundspeed from start to end situation.
Definition at line 19 of file interpolatorlinearpbh.h.