PDFix SDK  7.2.0
Loading...
Searching...
No Matches
_PdfMatrix Struct Reference

PdfMatrix. More...

#include <pdfix.h>

Public Member Functions

bool operator== (const _PdfMatrix &other) const
 
bool operator< (const _PdfMatrix &other) const
 

Public Attributes

float a
 
float b
 
float c
 
float d
 
float e
 
float f
 

Detailed Description

PdfMatrix.

Matrix containing six float numbers.

Member Data Documentation

◆ a

float _PdfMatrix::a

a value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ b

float _PdfMatrix::b

b value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ c

float _PdfMatrix::c

g value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ d

float _PdfMatrix::d

d value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ e

float _PdfMatrix::e

e value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ f

float _PdfMatrix::f

f value of the transformation matrix represented as the six-element array [ a b c d e f ].