42 #include "private/qdeclarativetranslate_p.h" 43 #include <private/qgraphicstransform_p.h> 45 #include <QtCore/qmath.h> void translate(const QVector3D &vector)
Multiplies this matrix by another that translates coordinates by the components of vector...
QDeclarativeTranslatePrivate()
#define QT_END_NAMESPACE
This macro expands to.
QDeclarativeTranslate(QObject *parent=0)
Constructs an empty QDeclarativeTranslate object with the given parent.
The QObject class is the base class of all Qt objects.
void applyTo(QMatrix4x4 *matrix) const
This pure virtual method has to be reimplemented in derived classes.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QMatrix4x4 class represents a 4x4 transformation matrix in 3D space.
~QDeclarativeTranslate()
Destroys the graphics scale.