|
Krita Source Code Documentation
|
#include <kis_perspective_math.h>
Static Public Member Functions | |
| static Matrix3qreal | computeMatrixTransfo (const QPointF &topLeft1, const QPointF &topRight1, const QPointF &bottomLeft1, const QPointF &bottomRight1, const QPointF &topLeft2, const QPointF &topRight2, const QPointF &bottomLeft2, const QPointF &bottomRight2) |
| static Matrix3qreal | computeMatrixTransfoFromPerspective (const QRect &r, const QPointF &topLeft, const QPointF &topRight, const QPointF &bottomLeft, const QPointF &bottomRight) |
| static Matrix3qreal | computeMatrixTransfoToPerspective (const QPointF &topLeft, const QPointF &topRight, const QPointF &bottomLeft, const QPointF &bottomRight, const QRect &r) |
| static QPointF | matProd (const Matrix3qreal &m, const QPointF &p) |
| TODO: get rid of this in 2.0. | |
Private Member Functions | |
| KisPerspectiveMath () | |
Definition at line 25 of file kis_perspective_math.h.
|
inlineprivate |
Definition at line 28 of file kis_perspective_math.h.
|
static |
Definition at line 16 of file kis_perspective_math.cpp.
References v.
|
static |
Definition at line 88 of file kis_perspective_math.cpp.
References computeMatrixTransfo().
|
static |
Definition at line 83 of file kis_perspective_math.cpp.
References computeMatrixTransfo().
|
inlinestatic |
TODO: get rid of this in 2.0.
Definition at line 34 of file kis_perspective_math.h.
References p.