|
Krita Source Code Documentation
|
Inverse weighted inverse scaling - grow&shrink. More...
#include <deform_brush.h>
Inheritance diagram for DeformScale:Public Member Functions | |
| qreal | factor () |
| void | setFactor (qreal factor) |
| void | transform (qreal *x, qreal *y, qreal distance, KisRandomSourceSP randomSource) override |
Public Member Functions inherited from DeformBase | |
| DeformBase () | |
| virtual | ~DeformBase () |
Private Attributes | |
| qreal | m_factor {0.0} |
Inverse weighted inverse scaling - grow&shrink.
Definition at line 42 of file deform_brush.h.
|
inline |
Definition at line 49 of file deform_brush.h.
References m_factor.
|
inline |
Definition at line 46 of file deform_brush.h.
|
inlineoverridevirtual |
Reimplemented from DeformBase.
Definition at line 52 of file deform_brush.h.
References distance(), m_factor, and KisAlgebra2D::signPZ().
|
private |
Definition at line 60 of file deform_brush.h.