Interface PMatrixStorage2x2Type<A,​B>

Type Parameters:
A - A phantom type parameter (possibly representing a source coordinate system)
B - A phantom type parameter (possibly representing a target coordinate system)
All Superinterfaces:
MatrixReadable2x2DType, MatrixReadableDType, MatrixStorage2x2Type, MatrixStorageType, PMatrixReadable2x2DType<A,​B>
All Known Subinterfaces:
PMatrixByteBuffered2x2Type<A,​B>
All Known Implementing Classes:
PMatrixByteBuffered2x2s16, PMatrixByteBuffered2x2s32, PMatrixByteBuffered2x2s64

public interface PMatrixStorage2x2Type<A,​B>
extends PMatrixReadable2x2DType<A,​B>, MatrixStorage2x2Type
The type of mutable 2x2 floating point number matrices.
  • Method Details

    • setPMatrix2x2D

      void setPMatrix2x2D​(PMatrix2x2D<A,​B> m)
      Set the components from the given matrix.
      Parameters:
      m - The source matrix
    • setPMatrix2x2F

      void setPMatrix2x2F​(PMatrix2x2F<A,​B> m)
      Set the components from the given matrix.
      Parameters:
      m - The source matrix