Module pdfium_render::matrix
source · Expand description
Defines the PdfMatrix struct, a container for six floating-point values that represent the six configurable elements of a nine-element 3x3 PDF transformation matrix.
Structs§
- Six floating-point values, labelled
a,b,c,d,e, andf, that represent the six configurable elements of a nine-element 3x3 PDF transformation matrix.