PdfMatrix.
More...
#include <pdfix.h>
|
| float | a |
| float | b |
| float | c |
| float | d |
| float | e |
| float | f |
PdfMatrix.
Matrix containing six float numbers.
◆ _PdfMatrix()
| _PdfMatrix::_PdfMatrix |
( |
| ) |
|
|
inline |
◆ operator<()
| bool _PdfMatrix::operator< |
( |
const _PdfMatrix & | other | ) |
const |
|
inline |
◆ operator==()
| bool _PdfMatrix::operator== |
( |
const _PdfMatrix & | other | ) |
const |
|
inline |
a value of the transformation matrix represented as the six-element array [ a b c d e f ].
b value of the transformation matrix represented as the six-element array [ a b c d e f ].
g value of the transformation matrix represented as the six-element array [ a b c d e f ].
d value of the transformation matrix represented as the six-element array [ a b c d e f ].
e value of the transformation matrix represented as the six-element array [ a b c d e f ].
f value of the transformation matrix represented as the six-element array [ a b c d e f ].