From 50433f16ba1b1fcdd96189e3927845bfc9c3b3d4 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Mon, 5 Oct 2015 14:21:05 -0300 Subject: Animation easing in Scatterplot. --- scatterplot.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scatterplot.h') diff --git a/scatterplot.h b/scatterplot.h index 63a7e6e..e909b6a 100644 --- a/scatterplot.h +++ b/scatterplot.h @@ -4,6 +4,8 @@ #include #include #include +#include +#include #include "colorscale.h" #include "scale.h" @@ -67,6 +69,8 @@ private: arma::vec m_colorData; ColorScale *m_colorScale; + + QEasingCurve m_animationEasing; float m_t; }; -- cgit v1.2.3