aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-10-05 14:21:05 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-10-05 14:21:05 -0300
commit50433f16ba1b1fcdd96189e3927845bfc9c3b3d4 (patch)
treed1d037eac90e9abcc9ec5b209cea577af0b31f9f /scatterplot.h
parent2007ebb8e431d1341583a03c22d440a7d0f79194 (diff)
Animation easing in Scatterplot.
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scatterplot.h b/scatterplot.h
index 63a7e6e..e909b6a 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -4,6 +4,8 @@
#include <memory>
#include <armadillo>
#include <QtQuick>
+#include <QSet>
+#include <QEasingCurve>
#include "colorscale.h"
#include "scale.h"
@@ -67,6 +69,8 @@ private:
arma::vec m_colorData;
ColorScale *m_colorScale;
+
+ QEasingCurve m_animationEasing;
float m_t;
};