Expression qt.QTransform()
constructs an identity transformation matrix.
Expression qt.QTransform(table)
constructs a transformation matrix
whose matrix elements are initialized with the fields m11
, m12
, m13
,
m21
, m22
, m23
, m31
, m32
, and m33
of table table
.