QTranslateTransform Class

(Qt3D::QTranslateTransform)

Properties

Public Functions

QTranslateTransform(QObject * parent = Q_NULLPTR)
float dx() const
float dy() const
float dz() const
QVector3D translation() const

Reimplemented Public Functions

virtual QMatrix4x4 transformMatrix() const

Public Slots

void setDx(float arg)
void setDy(float arg)
void setDz(float arg)
void setTranslation(const QVector3D & arg)
  • 1 public slot inherited from QObject

Signals

Additional Inherited Members

  • 11 static public members inherited from QObject
  • 9 protected functions inherited from QObject

Property Documentation

dx : float

Access functions:

float dx() const
void setDx(float arg)

Notifier signal:

dy : float

Access functions:

float dy() const
void setDy(float arg)

Notifier signal:

dz : float

Access functions:

float dz() const
void setDz(float arg)

Notifier signal:

translation : QVector3D

Access functions:

QVector3D translation() const
void setTranslation(const QVector3D & arg)

Notifier signal:

Member Function Documentation

QTranslateTransform::QTranslateTransform(QObject * parent = Q_NULLPTR)

[virtual] QMatrix4x4 QTranslateTransform::transformMatrix() const

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.