JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH
Package de.linusdev.lutils.math.matrix
package
de.linusdev.lutils.math.matrix
Related Packages
Package
Description
de.linusdev.lutils.math
de.linusdev.lutils.math.matrix.buffer
de.linusdev.lutils.math.general
de.linusdev.lutils.math.vector
Interfaces
Class
Description
Matrix
MxN Matrix
N:
Width
of the Matrix
M:
Height
of the Matrix
parameters of get and put methods:
x: from 0 (inclusive) to N (exclusive)
y: from 0 (inclusive) to M (exclusive)
Matrix.MatrixGetter
<M extends
Matrix
>