![]() |
PDFix SDK
8.2.0
|
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 |
PdfMatrix.
Matrix containing six float numbers.
| float _PdfMatrix::a |
a value of the transformation matrix represented as the six-element array [ a b c d e f ].
| float _PdfMatrix::b |
b value of the transformation matrix represented as the six-element array [ a b c d e f ].
| float _PdfMatrix::c |
g value of the transformation matrix represented as the six-element array [ a b c d e f ].
| float _PdfMatrix::d |
d value of the transformation matrix represented as the six-element array [ a b c d e f ].
| float _PdfMatrix::e |
e value of the transformation matrix represented as the six-element array [ a b c d e f ].
| float _PdfMatrix::f |
f value of the transformation matrix represented as the six-element array [ a b c d e f ].