diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-04 10:36:00 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-04 10:36:00 +0200 |
commit | ee7530c39aaa769b7baea5fb4ece27786e04d521 (patch) | |
tree | 1ca2f63c790bdb4d087ec6b05942782079c5dfc0 /opentrack-logic/tracker.h | |
parent | 299e529fb955eecbc2bc2f2d8830c4f54fe5777d (diff) |
logic/tracker, api/simple-mat: don't convert rad <-> deg all the time
Diffstat (limited to 'opentrack-logic/tracker.h')
-rw-r--r-- | opentrack-logic/tracker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opentrack-logic/tracker.h b/opentrack-logic/tracker.h index dad955c8..1c29fb8d 100644 --- a/opentrack-logic/tracker.h +++ b/opentrack-logic/tracker.h @@ -61,7 +61,8 @@ private: volatile bool should_quit; SelectedLibraries const& libs; - using rmat = dmat<3, 3>; + using rmat = euler::rmat; + using euler_t = euler::euler_t; rmat r_b; double t_b[3]; |