Interface PMatrixStorage4x4Type<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:
MatrixReadable4x4DType, MatrixReadableDType, MatrixStorage4x4Type, MatrixStorageType, PMatrixReadable4x4DType<A,​B>
All Known Subinterfaces:
PMatrixByteBuffered4x4Type<A,​B>
All Known Implementing Classes:
PMatrixByteBuffered4x4s16, PMatrixByteBuffered4x4s32, PMatrixByteBuffered4x4s64

public interface PMatrixStorage4x4Type<A,​B>
extends PMatrixReadable4x4DType<A,​B>, MatrixStorage4x4Type
The type of mutable 4x4 floating point number matrices.
  • Method Details

    • setPMatrix4x4D

      void setPMatrix4x4D​(PMatrix4x4D<A,​B> m)
      Set the components from the given matrix.
      Parameters:
      m - The source matrix
    • setPMatrix4x4F

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