mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 06:35:41 +08:00
Ref T259, Ref T243 utility functions for aircraft situation/elevation plane
This commit is contained in:
@@ -274,6 +274,9 @@ namespace BlackMisc
|
||||
//! Is moving? Means ground speed > epsilon
|
||||
bool isMoving() const;
|
||||
|
||||
//! Situation looks like an aircraft not near ground
|
||||
bool canLikelySkipNearGroundInterpolation() const;
|
||||
|
||||
//! Distance per time
|
||||
PhysicalQuantities::CLength getDistancePerTime(const PhysicalQuantities::CTime &time) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user