Interface Float4xN
- All Superinterfaces:
FloatElements,FloatMxN,FloatN,Matrix,Vector
- All Known Subinterfaces:
Float4x4
- All Known Implementing Classes:
ABFloat4x4,BBFloat4x4
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.linusdev.lutils.math.vector.abstracts.floatn.FloatN
FloatN.FactorView, FloatN.ViewNested classes/interfaces inherited from interface de.linusdev.lutils.math.matrix.Matrix
Matrix.MatrixGetter<M extends Matrix>Nested classes/interfaces inherited from interface de.linusdev.lutils.math.vector.Vector
Vector.View<V extends Vector> -
Field Summary
FieldsFields inherited from interface de.linusdev.lutils.math.general.FloatElements
ELEMENT_SIZE, ELEMENT_TYPE_NAME -
Method Summary
Methods inherited from interface de.linusdev.lutils.math.matrix.abstracts.floatn.FloatMxN
createFloat2View, createFloat3View, createFloat4View, get, putMethods inherited from interface de.linusdev.lutils.math.vector.abstracts.floatn.FloatN
fillFromArray, get, getAsView, putMethods inherited from interface de.linusdev.lutils.math.matrix.Matrix
getHeight, getMemberCount, isArrayBacked, isBufferBacked, isView, positionToIndexMethods inherited from interface de.linusdev.lutils.math.vector.Vector
getStructure
-
Field Details
-
WIDTH
static final int WIDTH- See Also:
-
-
Method Details