summaryrefslogtreecommitdiffhomepage
path: root/opentrack/tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/tracker.h')
-rw-r--r--opentrack/tracker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/opentrack/tracker.h b/opentrack/tracker.h
index f7f69a7b..58eb69dd 100644
--- a/opentrack/tracker.h
+++ b/opentrack/tracker.h
@@ -32,6 +32,8 @@ private:
volatile bool should_quit;
SelectedLibraries const& libs;
+ using rmat = dmat<3, 3>;
+
dmat<3, 3> r_b;
double t_b[3];
@@ -40,6 +42,7 @@ private:
void t_compensate(const dmat<3, 3>& rmat, const double* ypr, double* output, bool rz);
void run() override;
+
public:
Tracker(main_settings& s, Mappings& m, SelectedLibraries& libs);
~Tracker();