|
Krita Source Code Documentation
|
#include "kis_speed_smoother.h"#include <boost/circular_buffer.hpp>#include <QElapsedTimer>#include <QPointF>#include "kis_debug.h"#include "kis_global.h"#include "kis_config.h"#include "kis_algebra_2d.h"#include "KisFilteredRollingMean.h"Go to the source code of this file.
Classes | |
| struct | KisSpeedSmoother::Private::DistancePoint |
| struct | KisSpeedSmoother::Private |
Macros | |
| #define | MAX_SMOOTH_HISTORY 512 |
| #define | MIN_TRACKING_DISTANCE 5 |
| #define | NUM_SMOOTHING_SAMPLES 3 |
| #define MAX_SMOOTH_HISTORY 512 |
Definition at line 17 of file kis_speed_smoother.cpp.
| #define MIN_TRACKING_DISTANCE 5 |
Definition at line 20 of file kis_speed_smoother.cpp.
| #define NUM_SMOOTHING_SAMPLES 3 |
Definition at line 19 of file kis_speed_smoother.cpp.