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

PdfMatrix. More...

#include <pdfix.h>

Public Member Functions

 _PdfMatrix ()
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.

Constructor & Destructor Documentation

◆ _PdfMatrix()

_PdfMatrix::_PdfMatrix ( )
inline

Member Function Documentation

◆ operator<()

bool _PdfMatrix::operator< ( const _PdfMatrix & other) const
inline

◆ operator==()

bool _PdfMatrix::operator== ( const _PdfMatrix & other) const
inline

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 ].