A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)MatrixReadable2x2DType, MatrixReadableDType, MatrixStorage2x2Type, MatrixStorageType, PMatrixReadable2x2DType<A,B>PMatrixByteBuffered2x2Type<A,B>PMatrixByteBuffered2x2s16, PMatrixByteBuffered2x2s32, PMatrixByteBuffered2x2s64public interface PMatrixStorage2x2Type<A,B> extends PMatrixReadable2x2DType<A,B>, MatrixStorage2x2Type
| Modifier and Type | Method | Description |
|---|---|---|
void |
setPMatrix2x2D(PMatrix2x2D<A,B> m) |
Set the components from the given matrix.
|
void |
setPMatrix2x2F(PMatrix2x2F<A,B> m) |
Set the components from the given matrix.
|
r0c0, r0c1, r1c0, r1c1, rowColumnsetMatrix2x2D, setMatrix2x2Fvoid setPMatrix2x2D(PMatrix2x2D<A,B> m)
m - The source matrixvoid setPMatrix2x2F(PMatrix2x2F<A,B> m)
m - The source matrixCopyright © 2017 <code@io7m.com> http://io7m.com