Interface MatrixStorage2x2Type

All Superinterfaces:
MatrixReadable2x2DType, MatrixReadableDType, MatrixStorageType
All Known Subinterfaces:
MatrixByteBuffered2x2Type, PMatrixByteBuffered2x2Type<A,​B>, PMatrixStorage2x2Type<A,​B>
All Known Implementing Classes:
MatrixByteBuffered2x2s16, MatrixByteBuffered2x2s32, MatrixByteBuffered2x2s64, PMatrixByteBuffered2x2s16, PMatrixByteBuffered2x2s32, PMatrixByteBuffered2x2s64

public interface MatrixStorage2x2Type
extends MatrixReadable2x2DType, MatrixStorageType
The type of mutable 2x2 floating point number matrices.
  • Method Details

    • setMatrix2x2D

      void setMatrix2x2D​(Matrix2x2D m)
      Set the components from the given matrix.
      Parameters:
      m - The source matrix
    • setMatrix2x2F

      void setMatrix2x2F​(Matrix2x2F m)
      Set the components from the given matrix.
      Parameters:
      m - The source matrix