Package: pango
CStruct pango-matrix
Superclassescommon-lisp:structure-object, common-lisp:t Documented Subclasses
None
Details
A structure specifying a transformation between user-space coordinates and
device coordinates.
The transformation is given by x-device = x-user * xx + y-user * xy + x0 y-device = x-user * yx + y-user * yy + y0 (define-g-boxed-cstruct pango-matrix "PangoMatrix" (xx :double :initform 0.0d0) (xy :double :initform 0.0d0) (yx :double :initform 0.0d0) (yy :double :initform 0.0d0) (x0 :double :initform 0.0d0) (y0 :double :initform 0.0d0))
| See also |
2021-1-4