Interface FloatMxN
- All Superinterfaces:
FloatElements,Matrix
- All Known Implementing Classes:
ABFloat3x3,ABFloat4x4,ABFloatMxN,BBFloat3x3,BBFloat4x4,BBFloatMxN
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.linusdev.lutils.math.matrix.Matrix
Matrix.MatrixGetter<M extends Matrix> -
Field Summary
Fields inherited from interface de.linusdev.lutils.math.general.FloatElements
ELEMENT_SIZE, ELEMENT_TYPE_NAME -
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull FloatMxNfillFromArray(float @NotNull [] data) floatget(int y, int x) voidput(int y, int x, float value) Methods inherited from interface de.linusdev.lutils.math.matrix.Matrix
getHeight, getWidth, isArrayBacked, isBufferBacked
-
Method Details
-
get
float get(int y, int x) -
put
void put(int y, int x, float value) -
fillFromArray
-