Interface MatrixStorage4x4Type
- All Superinterfaces:
MatrixReadable4x4DType,MatrixReadableDType,MatrixStorageType
- All Known Subinterfaces:
MatrixByteBuffered4x4Type,PMatrixByteBuffered4x4Type<A,,B> PMatrixStorage4x4Type<A,B>
- All Known Implementing Classes:
MatrixByteBuffered4x4s16,MatrixByteBuffered4x4s32,MatrixByteBuffered4x4s64,PMatrixByteBuffered4x4s16,PMatrixByteBuffered4x4s32,PMatrixByteBuffered4x4s64
The type of mutable 4x4 floating point number matrices.
-
Method Summary
Modifier and TypeMethodDescriptionvoidSet the components from the given matrix.voidSet the components from the given matrix.
-
Method Details
-
setMatrix4x4D
Set the components from the given matrix.- Parameters:
m- The source matrix
-
setMatrix4x4F
Set the components from the given matrix.- Parameters:
m- The source matrix
-