Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-matrix.h>
Data Fields | |
double | xx |
double | xy |
double | yx |
double | yy |
double | x0 |
double | y0 |
PangoMatrix: @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
A PangoMatrix
specifies a transformation between user-space and device coordinates.
The transformation is given by
Since: 1.6
Definition at line 53 of file pango-matrix.h.
double _PangoMatrix::x0 |
Definition at line 59 of file pango-matrix.h.
double _PangoMatrix::xx |
Definition at line 55 of file pango-matrix.h.
double _PangoMatrix::xy |
Definition at line 56 of file pango-matrix.h.
double _PangoMatrix::y0 |
Definition at line 60 of file pango-matrix.h.
double _PangoMatrix::yx |
Definition at line 57 of file pango-matrix.h.
double _PangoMatrix::yy |
Definition at line 58 of file pango-matrix.h.