Ref T736 Refactor CRadarComponent so the polar-to-cartesian conversion happens in one place only.

This commit is contained in:
Mat Sutcliffe
2019-09-25 19:25:17 +01:00
committed by Klaus Basan
parent 6d1f0328bf
commit 7b538a560a
2 changed files with 9 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ namespace BlackGui
void changeRangeInSteps(bool zoomIn);
void changeRangeFromUserSelection(int index);
static QPointF polarPoint(double distance, double angleRadians);
//! Info area tab bar has changed
void onInfoAreaTabBarChanged(int index);