Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSpeedSmoother::Private::DistancePoint Struct Reference

Public Member Functions

 DistancePoint ()
 
 DistancePoint (qreal _distance, qreal _time)
 

Public Attributes

qreal distance {0.0}
 
qreal time {0.0}
 

Detailed Description

Definition at line 34 of file kis_speed_smoother.cpp.

Constructor & Destructor Documentation

◆ DistancePoint() [1/2]

KisSpeedSmoother::Private::DistancePoint::DistancePoint ( )
inline

◆ DistancePoint() [2/2]

KisSpeedSmoother::Private::DistancePoint::DistancePoint ( qreal _distance,
qreal _time )
inline

Definition at line 41 of file kis_speed_smoother.cpp.

42 : distance(_distance)
43 , time(_time)
44 {
45 }

Member Data Documentation

◆ distance

qreal KisSpeedSmoother::Private::DistancePoint::distance {0.0}

Definition at line 47 of file kis_speed_smoother.cpp.

47{0.0};

◆ time

qreal KisSpeedSmoother::Private::DistancePoint::time {0.0}

Definition at line 48 of file kis_speed_smoother.cpp.

48{0.0};

The documentation for this struct was generated from the following file: