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
public interface MatrixStorage4x4Type extends MatrixReadable4x4DType, MatrixStorageType
The type of mutable 4x4 floating point number matrices.
-
Method Summary
Modifier and Type Method Description voidsetMatrix4x4D(Matrix4x4D m)Set the components from the given matrix.voidsetMatrix4x4F(Matrix4x4F m)Set 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
-