From e476a297064a1aadc8fbb5f98e477a3e54c2f46e Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 12 Jan 2016 16:49:03 +0100 Subject: Scatterplot: removed animation. --- scatterplot.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'scatterplot.h') 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 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 -- cgit v1.2.3