Bezeichnung
cairo.Matrix -- Erstellt eine Matrix
Übersicht
m = cairo.Matrix([xx, yx, xy, yy, x0, y0])
Beschreibung
Erstellt eine Matrix und initialisiert optional ihre affine Transformation auf die durch xx, yx, xy, yy, x0, y0 angegebenen Koeffizienten. Ausgelassene Koeffizienten werden auf 0 gesetzt.

Eingaben
xx
optional: xx Komponente der affinen Transformation (Standardwert 0)
yx
optional: yx Komponente der affinen Transformation (Standardwert 0)
xy
optional: xy Komponente der affinen Transformation (Standardwert 0)
yy
optional: yy Komponente der affinen Transformation (Standardwert 0)
x0
optional: X Verschiebungskomponente der affinen Transformation (Standardwert 0)
y0
optional: Y Verschiebungskomponente der affinen Transformation (Standardwert 0)
Rückgabewerte
m
Matrixobjekt

Navigation zeigen