Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_speed_smoother.cpp File Reference
#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
 

Macro Definition Documentation

◆ MAX_SMOOTH_HISTORY

#define MAX_SMOOTH_HISTORY   512

Definition at line 17 of file kis_speed_smoother.cpp.

◆ MIN_TRACKING_DISTANCE

#define MIN_TRACKING_DISTANCE   5

Definition at line 20 of file kis_speed_smoother.cpp.

◆ NUM_SMOOTHING_SAMPLES

#define NUM_SMOOTHING_SAMPLES   3

Definition at line 19 of file kis_speed_smoother.cpp.