setasign\Fpdi\Math
Matrix A simple 2D-Matrix class
File: /FPDI v2/Math/Matrix.php
Class hierarchy
Summary
Properties
Methods
__construct()
public Matrix::__construct (
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
Parameters
- $a : int|float
- $b : int|float
- $c : int|float
- $d : int|float
- $e : int|float
- $f : int|float