Matrix4x4 QML Type

Provides a way to apply a 4x4 tranformation matrix to an Item. More...

Import Statement: import QtQuick 2.13
Since: Qt 5.3

Properties

Detailed Description

The Matrix4x4 type provides a way to apply a transformation to an Item through a 4x4 matrix.

It allows for a combination of rotation, scale, translatation and shearing by using just one tranformation provided in a 4x4-matrix.

The following example rotates a Rectangle 45 degress (PI/4):




Property Documentation

matrix : QMatrix4x4

4x4-matrix which will be used in the tranformation of an Item