All Superinterfaces:
Float4xN, FloatElements, FloatMxN, Matrix
All Known Implementing Classes:
ABFloat4x4, BBFloat4x4

public interface Float4x4 extends Float4xN
  • Nested Class Summary

    Nested classes/interfaces inherited from interface de.linusdev.lutils.math.matrix.Matrix

    Matrix.MatrixGetter<M extends Matrix>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     

    Fields inherited from interface de.linusdev.lutils.math.matrix.abstracts.floatn.Float4xN

    WIDTH

    Fields inherited from interface de.linusdev.lutils.math.general.FloatElements

    ELEMENT_SIZE, ELEMENT_TYPE_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    For a NxM Matrix, return M.

    Methods inherited from interface de.linusdev.lutils.math.matrix.abstracts.floatn.Float4xN

    getWidth

    Methods inherited from interface de.linusdev.lutils.math.matrix.abstracts.floatn.FloatMxN

    fillFromArray, get, put

    Methods inherited from interface de.linusdev.lutils.math.matrix.Matrix

    isArrayBacked, isBufferBacked
  • Field Details

  • Method Details

    • getHeight

      default int getHeight()
      Description copied from interface: Matrix
      For a NxM Matrix, return M.
      Specified by:
      getHeight in interface Matrix
      Returns:
      height of the matrix