Class ABFloat4x4
java.lang.Object
de.linusdev.lutils.math.matrix.array.floatn.ABFloatMxN
de.linusdev.lutils.math.matrix.array.floatn.ABFloat4x4
- All Implemented Interfaces:
FloatElements,Float4x4,Float4xN,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
-
ABFloat4x4
public ABFloat4x4()
-