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|float|array{0: int|float, 1: int|float, 2: int|float, 3: int|float, 4: int|float, 5: int|float} $a = 1,
int|float $b = 0,
int|float $c = 0,
int|float $d = 1,
int|float $e = 0,
int|float $f = 0
)int|float $b = 0,
int|float $c = 0,
int|float $d = 1,
int|float $e = 0,
int|float $f = 0
The constructor.
Parameters
- $a: int|float|array{0: int|float, 1: int|float, 2: int|float, 3: int|float, 4: int|float, 5: int|float}
- $b: int|float
- $c: int|float
- $d: int|float
- $e: int|float
- $f: int|float
