Quick3DQuaternionValueType Class

(Qt3D::Quick::Quick3DQuaternionValueType)

Properties

  • scalar : qreal
  • x : qreal
  • y : qreal
  • z : qreal

Public Functions

qreal scalar() const
void setScalar(qreal)
void setX(qreal)
void setY(qreal)
void setZ(qreal)
QString toString() const
qreal x() const
qreal y() const
qreal z() const

Property Documentation

scalar : qreal

Access functions:

qreal scalar() const
void setScalar(qreal)

x : qreal

Access functions:

qreal x() const
void setX(qreal)

y : qreal

Access functions:

qreal y() const
void setY(qreal)

z : qreal

Access functions:

qreal z() const
void setZ(qreal)

Member Function Documentation

QString Quick3DQuaternionValueType::toString() 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.