setasign\SetaPDF2\Core\Geometry
Matrix Class representing a transformation matrix of six elements.
File: /SetaPDF v2/Core/Geometry/Matrix.php
Old class name (alias):
\SetaPDF_Core_Geometry_Matrix
Internally the matrix is represented as a 3x3 matrix.
Class hierarchy
Summary
Properties
Methods
__construct()
public Matrix::__construct (
int|array $a = 1,
int $b = 0,
int $c = 0,
int $d = 1,
int $e = 0,
int $f = 0
)int $b = 0,
int $c = 0,
int $d = 1,
int $e = 0,
int $f = 0
The constructor.
Parameters
- $a : int|array
- $b : int
- $c : int
- $d : int
- $e : int
- $f : int