SetaPDF_Core_Geometry_Matrix Class representing a transformation matrix of six elements.
File: /SetaPDF v2/Core/Geometry/Matrix.php
Internally the matrix is represented as a 3x3 matrix.
Class hierarchy
Summary
Properties
Methods
__construct()
public SetaPDF_Core_Geometry_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
multiply()
Multiply the matrix by another matrix.