Interface MatrixStorage2x2Type
- All Superinterfaces:
MatrixReadable2x2DType,MatrixReadableDType,MatrixStorageType
- All Known Subinterfaces:
MatrixByteBuffered2x2Type,PMatrixByteBuffered2x2Type<A,B>,PMatrixStorage2x2Type<A,B>
- All Known Implementing Classes:
MatrixByteBuffered2x2s16,MatrixByteBuffered2x2s32,MatrixByteBuffered2x2s64,PMatrixByteBuffered2x2s16,PMatrixByteBuffered2x2s32,PMatrixByteBuffered2x2s64
public interface MatrixStorage2x2Type extends MatrixReadable2x2DType, MatrixStorageType
The type of mutable 2x2 floating point number matrices.
-
Method Summary
Modifier and Type Method Description voidsetMatrix2x2D(Matrix2x2D m)Set the components from the given matrix.voidsetMatrix2x2F(Matrix2x2F m)Set the components from the given matrix.
-
Method Details
-
setMatrix2x2D
Set the components from the given matrix.- Parameters:
m- The source matrix
-
setMatrix2x2F
Set the components from the given matrix.- Parameters:
m- The source matrix
-