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
The type of mutable 2x2 floating point number matrices.
-
Method Summary
Modifier and TypeMethodDescriptionvoidSet the components from the given matrix.voidSet 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
-