Gnome::Pango::T-matrix
#------------------------------------------------------------------------------- #--[Record Structure Documentation]--------------------------------------------- #-------------------------------------------------------------------------------
Record N-Matrix
class N-Matrix:auth<github:MARTIMM>:api<2> is export is repr('CStruct') {
has gdouble $.xx;
has gdouble $.xy;
has gdouble $.yx;
has gdouble $.yy;
has gdouble $.x0;
has gdouble $.y0;
}
xx; 1st component of the transformation matrix
xy; 2nd component of the transformation matrix
yx; 3rd component of the transformation matrix
yy; 4th component of the transformation matrix
x0; x translation
y0; y translation