Interface PMatrixStorage3x3Type<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:
MatrixReadable3x3DType, MatrixReadableDType, MatrixStorage3x3Type, MatrixStorageType, PMatrixReadable3x3DType<A,​B>
All Known Subinterfaces:
PMatrixByteBuffered3x3Type<A,​B>
All Known Implementing Classes:
PMatrixByteBuffered3x3s16, PMatrixByteBuffered3x3s32, PMatrixByteBuffered3x3s64

public interface PMatrixStorage3x3Type<A,​B>
extends PMatrixReadable3x3DType<A,​B>, MatrixStorage3x3Type
The type of mutable 3x3 floating point number matrices.
  • Method Details

    • setPMatrix3x3D

      void setPMatrix3x3D​(PMatrix3x3D<A,​B> m)
      Set the components from the given matrix.
      Parameters:
      m - The source matrix
    • setPMatrix3x3F

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