Interface MatrixStorage3x3Type

All Superinterfaces:
MatrixReadable3x3DType, MatrixReadableDType, MatrixStorageType
All Known Subinterfaces:
MatrixByteBuffered3x3Type, PMatrixByteBuffered3x3Type<A,​B>, PMatrixStorage3x3Type<A,​B>
All Known Implementing Classes:
MatrixByteBuffered3x3s16, MatrixByteBuffered3x3s32, MatrixByteBuffered3x3s64, PMatrixByteBuffered3x3s16, PMatrixByteBuffered3x3s32, PMatrixByteBuffered3x3s64

public interface MatrixStorage3x3Type
extends MatrixReadable3x3DType, MatrixStorageType
The type of mutable 3x3 floating point number matrices.
  • Method Details

    • setMatrix3x3D

      void setMatrix3x3D​(Matrix3x3D m)
      Set the components from the given matrix.
      Parameters:
      m - The source matrix
    • setMatrix3x3F

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