Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoMatrix Struct Reference

#include <pango-matrix.h>

Data Fields

double xx
 
double xy
 
double yx
 
double yy
 
double x0
 
double y0
 

Detailed Description

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

x_device = x_user * matrix->xx + y_user * matrix->xy + matrix->x0;
y_device = x_user * matrix->yx + y_user * matrix->yy + matrix->y0;

Since: 1.6

Definition at line 53 of file pango-matrix.h.

Field Documentation

◆ x0

double _PangoMatrix::x0

Definition at line 59 of file pango-matrix.h.

◆ xx

double _PangoMatrix::xx

Definition at line 55 of file pango-matrix.h.

◆ xy

double _PangoMatrix::xy

Definition at line 56 of file pango-matrix.h.

◆ y0

double _PangoMatrix::y0

Definition at line 60 of file pango-matrix.h.

◆ yx

double _PangoMatrix::yx

Definition at line 57 of file pango-matrix.h.

◆ yy

double _PangoMatrix::yy

Definition at line 58 of file pango-matrix.h.


The documentation for this struct was generated from the following file: