aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-12 16:49:03 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-12 16:49:06 +0100
commite476a297064a1aadc8fbb5f98e477a3e54c2f46e (patch)
tree2194e73bef7a6db30c47e6cb773d79f592f07295 /scatterplot.h
parentf0285c3b3410d197b60599f5118b0b84ebd18cbd (diff)
Scatterplot: removed animation.
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/scatterplot.h b/scatterplot.h
index d0153c0..fb664a1 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -55,11 +55,7 @@ private:
void updateSplat(QSGNode *node);
void updateGlyphs(QSGNode *node);
- void resetAnimation();
- void startAnimation();
- void animationTick();
-
- arma::mat m_oldXY, m_xy;
+ arma::mat m_xy;
LinearScale<float> m_sx, m_sy;
enum InteractionState {
@@ -79,9 +75,6 @@ private:
bool m_displaySplat;
arma::vec m_colorData;
ColorScale *m_colorScale;
-
- QEasingCurve m_animationEasing;
- float m_t;
};
#endif // SCATTERPLOT_H