|
| offsetExists ($offset) |
|
| offsetGet ($offset) |
|
| offsetSet ($offset, $value) |
|
| offsetUnset ($offset) |
|
| __construct ($rows, $columns, array $set=[]) |
|
| set (array $m) |
|
| getRows () |
|
| getColumns () |
|
| setElement ($row, $column, $value) |
|
| getElement ($row, $column) |
|
| isSquare () |
|
| add (Matrix $matrix) |
|
| substract (Matrix $matrix) |
|
| multiplyScalar ($number) |
|
| divideScalar ($number) |
|
| transpose () |
|
| product (Matrix $matrix) |
|
| determinant () |
|
| __toString () |
|
The documentation for this class was generated from the following file:
- /Users/Kids/Desktop/Doxygen/pocketmine/math/Matrix.php