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 Summary
Modifier and TypeMethodDescriptionvoidsetPMatrix2x2D(PMatrix2x2D<A, B> m) Set the components from the given matrix.voidsetPMatrix2x2F(PMatrix2x2F<A, B> m) Set the components from the given matrix.Methods inherited from interface MatrixStorage2x2Type
setMatrix2x2D, setMatrix2x2F
-
Method Details
-
setPMatrix2x2D
Set the components from the given matrix.- Parameters:
m- The source matrix
-
setPMatrix2x2F
Set the components from the given matrix.- Parameters:
m- The source matrix
-