Class ABFloatMxN
java.lang.Object
de.linusdev.lutils.math.matrix.array.floatn.ABFloatMxN
- All Implemented Interfaces:
FloatElements,FloatMxN,Matrix
- Direct Known Subclasses:
ABFloat3x3,ABFloat4x4
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.linusdev.lutils.math.matrix.Matrix
Matrix.MatrixGetter<M extends Matrix> -
Field Summary
FieldsFields inherited from interface de.linusdev.lutils.math.general.FloatElements
ELEMENT_SIZE, ELEMENT_TYPE_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.linusdev.lutils.math.matrix.abstracts.floatn.FloatMxN
fillFromArray
-
Field Details
-
array
protected final float[] array
-
-
Constructor Details
-
ABFloatMxN
public ABFloatMxN()
-
-
Method Details
-
get
public float get(int y, int x) -
put
public void put(int y, int x, float value) -
isArrayBacked
public boolean isArrayBacked()Description copied from interface:MatrixWhether this matrix is array backed.- Specified by:
isArrayBackedin interfaceMatrix- Returns:
trueif this matrix is array backed.
-
isBufferBacked
public boolean isBufferBacked()Description copied from interface:MatrixWhether this vector is buffer backed.- Specified by:
isBufferBackedin interfaceMatrix- Returns:
trueif this vector is buffer backed.
-
toString
-