summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/keyframe_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Use interpolation enum from QKeyFrameSean Harmer2017-04-111-8/+2
| | | | | | | No point in duplicating this on the backend just for the sake of it. Change-Id: I1852f7f22d5519b260ed90adce3715ab4257df61 Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Implement FCurve evaluationSean Harmer2017-01-261-0/+86
Uses a couple of helper classes to do the tricky mathematics. Change-Id: I3245c0e282a5eeede3d596ca99ac2c78e34f23ef Reviewed-by: Sean Harmer <sean.harmer@kdab.com>