Interface MatrixStorage3x3Type
- All Superinterfaces:
MatrixReadable3x3DType, MatrixReadableDType, MatrixStorageType
- All Known Subinterfaces:
MatrixByteBuffered3x3Type, PMatrixByteBuffered3x3Type<A,B>, PMatrixStorage3x3Type<A, B>
- All Known Implementing Classes:
MatrixByteBuffered3x3s16, MatrixByteBuffered3x3s32, MatrixByteBuffered3x3s64, PMatrixByteBuffered3x3s16, PMatrixByteBuffered3x3s32, PMatrixByteBuffered3x3s64
The type of mutable 3x3 floating point number matrices.
-
Method Summary
Modifier and TypeMethodDescriptionvoidSet the components from the given matrix.voidSet the components from the given matrix.
-
Method Details
-
setMatrix3x3D
Set the components from the given matrix.- Parameters:
m- The source matrix
-
setMatrix3x3F
Set the components from the given matrix.- Parameters:
m- The source matrix
-