| column(int m) const | QQuickMatrix4x4ValueType | |
| constData() const | QMatrix4x4 | inline |
| copyDataTo(float *values) const | QMatrix4x4 | |
| create(const QJSValue ¶ms) | QQuickMatrix4x4ValueType | static |
| data() | QMatrix4x4 | inline |
| data() const | QMatrix4x4 | inline |
| determinant() const | QQuickMatrix4x4ValueType | |
| fill(float value) | QMatrix4x4 | inline |
| Flag enum name | QMatrix4x4 | |
| flags() const | QMatrix4x4 | inline |
| flipCoordinates() | QMatrix4x4 | |
| frustum(float left, float right, float bottom, float top, float nearPlane, float farPlane) | QMatrix4x4 | |
| fuzzyEquals(const QMatrix4x4 &m, qreal epsilon) const | QQuickMatrix4x4ValueType | |
| fuzzyEquals(const QMatrix4x4 &m) const | QQuickMatrix4x4ValueType | |
| General enum value | QMatrix4x4 | |
| Identity enum value | QMatrix4x4 | |
| inverted() const | QQuickMatrix4x4ValueType | |
| QMatrix4x4::inverted(bool *invertible=nullptr) const | QMatrix4x4 | |
| isAffine() const | QMatrix4x4 | inline |
| isIdentity() const | QMatrix4x4 | inline |
| lookAt(const QVector3D &eye, const QVector3D ¢er, const QVector3D &up) | QQuickMatrix4x4ValueType | inline |
| m11 | QQuickMatrix4x4ValueType | |
| m11() const | QQuickMatrix4x4ValueType | inline |
| m12 | QQuickMatrix4x4ValueType | |
| m12() const | QQuickMatrix4x4ValueType | inline |
| m13 | QQuickMatrix4x4ValueType | |
| m13() const | QQuickMatrix4x4ValueType | inline |
| m14 | QQuickMatrix4x4ValueType | |
| m14() const | QQuickMatrix4x4ValueType | inline |
| m21 | QQuickMatrix4x4ValueType | |
| m21() const | QQuickMatrix4x4ValueType | inline |
| m22 | QQuickMatrix4x4ValueType | |
| m22() const | QQuickMatrix4x4ValueType | inline |
| m23 | QQuickMatrix4x4ValueType | |
| m23() const | QQuickMatrix4x4ValueType | inline |
| m24 | QQuickMatrix4x4ValueType | |
| m24() const | QQuickMatrix4x4ValueType | inline |
| m31 | QQuickMatrix4x4ValueType | |
| m31() const | QQuickMatrix4x4ValueType | inline |
| m32 | QQuickMatrix4x4ValueType | |
| m32() const | QQuickMatrix4x4ValueType | inline |
| m33 | QQuickMatrix4x4ValueType | |
| m33() const | QQuickMatrix4x4ValueType | inline |
| m34 | QQuickMatrix4x4ValueType | |
| m34() const | QQuickMatrix4x4ValueType | inline |
| m41 | QQuickMatrix4x4ValueType | |
| m41() const | QQuickMatrix4x4ValueType | inline |
| m42 | QQuickMatrix4x4ValueType | |
| m42() const | QQuickMatrix4x4ValueType | inline |
| m43 | QQuickMatrix4x4ValueType | |
| m43() const | QQuickMatrix4x4ValueType | inline |
| m44 | QQuickMatrix4x4ValueType | |
| m44() const | QQuickMatrix4x4ValueType | inline |
| map(const QPointF p) const | QQuickMatrix4x4ValueType | |
| QMatrix4x4::map(const QPoint &point) const | QMatrix4x4 | inline |
| QMatrix4x4::map(const QPointF &point) const | QMatrix4x4 | inline |
| QMatrix4x4::map(const QVector3D &point) const | QMatrix4x4 | inline |
| QMatrix4x4::map(const QVector4D &point) const | QMatrix4x4 | inline |
| mapRect(const QRectF r) const | QQuickMatrix4x4ValueType | |
| QMatrix4x4::mapRect(const QRect &rect) const | QMatrix4x4 | |
| QMatrix4x4::mapRect(const QRectF &rect) const | QMatrix4x4 | |
| mapVector(const QVector3D &vector) const | QMatrix4x4 | inline |
| minus(const QMatrix4x4 &m) const | QQuickMatrix4x4ValueType | |
| normalMatrix() const | QMatrix4x4 | |
| operator QVariant() const | QMatrix4x4 | |
| operator!=(const QMatrix4x4 &other) const | QMatrix4x4 | inline |
| operator()(int row, int column) const | QMatrix4x4 | inline |
| operator()(int row, int column) | QMatrix4x4 | inline |
| operator*=(const QMatrix4x4 &other) | QMatrix4x4 | inline |
| operator*=(float factor) | QMatrix4x4 | inline |
| operator+=(const QMatrix4x4 &other) | QMatrix4x4 | inline |
| operator-=(const QMatrix4x4 &other) | QMatrix4x4 | inline |
| operator/=(float divisor) | QMatrix4x4 | |
| operator<<(QDataStream &stream, const QMatrix4x4 &matrix) | QMatrix4x4 | related |
| operator==(const QMatrix4x4 &other) const | QMatrix4x4 | inline |
| operator>>(QDataStream &stream, QMatrix4x4 &matrix) | QMatrix4x4 | related |
| optimize() | QMatrix4x4 | |
| ortho(const QRect &rect) | QMatrix4x4 | |
| ortho(const QRectF &rect) | QMatrix4x4 | |
| ortho(float left, float right, float bottom, float top, float nearPlane, float farPlane) | QMatrix4x4 | |
| Perspective enum value | QMatrix4x4 | |
| perspective(float verticalAngle, float aspectRatio, float nearPlane, float farPlane) | QMatrix4x4 | |
| plus(const QMatrix4x4 &m) const | QQuickMatrix4x4ValueType | |
| projectedRotate(float angle, float x, float y, float z, float distanceToPlane=1024.0) | QMatrix4x4 | |
| QMatrix4x4() | QMatrix4x4 | inline |
| QMatrix4x4(Qt::Initialization) | QMatrix4x4 | inlineexplicit |
| QMatrix4x4(const float *values) | QMatrix4x4 | explicit |
| QMatrix4x4(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44) | QMatrix4x4 | inline |
| QMatrix4x4(const QGenericMatrix< N, M, float > &matrix) | QMatrix4x4 | explicit |
| QMatrix4x4(const float *values, int cols, int rows) | QMatrix4x4 | |
| QMatrix4x4(const QTransform &transform) | QMatrix4x4 | |
| QMatrix4x4(const QGenericMatrix< N, M, float > &matrix) | QMatrix4x4 | |
| QQuickMatrix4x4ValueType()=default | QQuickMatrix4x4ValueType | |
| rotate(float angle, const QVector3D &axis) | QQuickMatrix4x4ValueType | inline |
| rotate(const QQuaternion &q) | QQuickMatrix4x4ValueType | inline |
| QMatrix4x4::rotate(float angle, float x, float y, float z=0.0f) | QMatrix4x4 | |
| Rotation enum value | QMatrix4x4 | |
| Rotation2D enum value | QMatrix4x4 | |
| row(int n) const | QQuickMatrix4x4ValueType | |
| Scale enum value | QMatrix4x4 | |
| scale(float s) | QQuickMatrix4x4ValueType | inline |
| scale(float sx, float sy, float sz) | QQuickMatrix4x4ValueType | inline |
| scale(const QVector3D &s) | QQuickMatrix4x4ValueType | inline |
| QMatrix4x4::scale(float x, float y) | QMatrix4x4 | |
| setColumn(int index, const QVector4D &value) | QMatrix4x4 | inline |
| setM11(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM12(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM13(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM14(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM21(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM22(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM23(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM24(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM31(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM32(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM33(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM34(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM41(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM42(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM43(qreal value) | QQuickMatrix4x4ValueType | inline |
| setM44(qreal value) | QQuickMatrix4x4ValueType | inline |
| setRow(int index, const QVector4D &value) | QMatrix4x4 | inline |
| setToIdentity() | QMatrix4x4 | inline |
| times(const QMatrix4x4 &m) const | QQuickMatrix4x4ValueType | |
| times(const QVector4D &vec) const | QQuickMatrix4x4ValueType | |
| times(const QVector3D &vec) const | QQuickMatrix4x4ValueType | |
| times(qreal factor) const | QQuickMatrix4x4ValueType | |
| toGenericMatrix() const | QMatrix4x4 | |
| toTransform() const | QMatrix4x4 | |
| toTransform(float distanceToPlane) const | QMatrix4x4 | |
| translate(const QVector3D &t) | QQuickMatrix4x4ValueType | inline |
| QMatrix4x4::translate(float x, float y) | QMatrix4x4 | |
| QMatrix4x4::translate(float x, float y, float z) | QMatrix4x4 | |
| Translation enum value | QMatrix4x4 | |
| transposed() const | QQuickMatrix4x4ValueType | |
| viewport(const QRectF &rect) | QMatrix4x4 | inline |
| viewport(float left, float bottom, float width, float height, float nearPlane=0.0f, float farPlane=1.0f) | QMatrix4x4 | |