Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
A simple 2D-Matrix class. More...
Public Member Functions | |
__construct ($a=1, $b=0, $c=0, $d=1, $e=0, $f=0) | |
getValues () | |
multiply (self $by) | |
Protected Attributes | |
float | $a |
float | $b |
float | $c |
float | $d |
float | $e |
float | $f |
A simple 2D-Matrix class.
Matrix::__construct | ( | $a = 1, | |
$b = 0, | |||
$c = 0, | |||
$d = 1, | |||
$e = 0, | |||
$f = 0 ) |
int | float | $a | |
int | float | $b | |
int | float | $c | |
int | float | $d | |
int | float | $e | |
int | float | $f |
Matrix::getValues | ( | ) |
float[] |