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, and f, that represent the six configurable elements of a nine-element 3x3 PDF transformation matrix.

Type Aliases§