setasign\Fpdi\Math

Matrix A simple 2D-Matrix class

File: /FPDI v2/Math/Matrix.php

Class hierarchy

Summary

Properties

$a

protected float Matrix::$a

$b

protected float Matrix::$b

$c

protected float Matrix::$c

$d

protected float Matrix::$d

$e

protected float Matrix::$e

$f

protected float Matrix::$f

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 ]]]]]]
)
Parameters
$a : int|float
 
$b : int|float
 
$c : int|float
 
$d : int|float
 
$e : int|float
 
$f : int|float
 

getValues()

public Matrix::getValues (
void
): float[]

multiply()

public Matrix::multiply (
Matrix $by
): Matrix
Parameters
$by : Matrix