|
Krita Source Code Documentation
|
#include "kis_tool_multihand_helper.h"#include <QTransform>#include "kis_painter.h"#include <strokes/KisFreehandStrokeInfo.h>#include "kis_algebra_2d.h"Go to the source code of this file.
Classes | |
| struct | KisToolMultihandHelper::Private |
Functions | |
| void | adjustPointInformationRotation (KisPaintInformation &pi, const QTransform &t) |
| void adjustPointInformationRotation | ( | KisPaintInformation & | pi, |
| const QTransform & | t ) |
Definition at line 54 of file kis_tool_multihand_helper.cpp.
References KisPaintInformation::canvasMirroredH(), KisPaintInformation::canvasMirroredV(), KisPaintInformation::canvasRotation(), normalizeAngleDegrees(), KisPaintInformation::setCanvasMirroredH(), KisPaintInformation::setCanvasMirroredV(), KisPaintInformation::setCanvasRotation(), and KisAlgebra2D::signPZ().