Class ABFloat3x3
java.lang.Object
de.linusdev.lutils.math.matrix.array.floatn.ABFloatMxN
de.linusdev.lutils.math.matrix.array.floatn.ABFloat3x3
- All Implemented Interfaces:
FloatElements,Float3x3,Float3xN,FloatMxN,Matrix
-
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 class de.linusdev.lutils.math.matrix.array.floatn.ABFloatMxN
arrayFields inherited from interface de.linusdev.lutils.math.general.FloatElements
ELEMENT_SIZE, ELEMENT_TYPE_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.linusdev.lutils.math.matrix.array.floatn.ABFloatMxN
get, isArrayBacked, isBufferBacked, put, toStringMethods 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, get, putMethods inherited from interface de.linusdev.lutils.math.matrix.Matrix
isArrayBacked, isBufferBacked
-
Constructor Details
-
ABFloat3x3
public ABFloat3x3()
-