summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/ftnoir_tracker_pt.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-06-21 11:09:00 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-06-21 11:09:00 +0200
commitd576eca6a6e894606239f36b54dcb3fe5f0744cf (patch)
tree6ac68e5d63b75c9c5427be28fe24cc4b64f36329 /tracker-pt/ftnoir_tracker_pt.h
parentaaf7965df8b423bcacd411931d4cb0bb238ced61 (diff)
tracker/pt: move pi constant to headers
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.h')
-rw-r--r--tracker-pt/ftnoir_tracker_pt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h
index b6815bd7..d3b96f1d 100644
--- a/tracker-pt/ftnoir_tracker_pt.h
+++ b/tracker-pt/ftnoir_tracker_pt.h
@@ -31,6 +31,8 @@ class TrackerDialog_PT;
// Constantly processes the tracking chain in a separate thread
class Tracker_PT : public QThread, public ITracker
{
+ static constexpr double pi = 3.14159265359;
+
Q_OBJECT
friend class camera_dialog;
friend class TrackerDialog_PT;