A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)public interface PMatrixStorage2x2Type<A,B> extends PMatrixReadable2x2DType<A,B>, MatrixStorage2x2Type
| Modifier and Type | Method and 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.
|
setMatrix2x2D, 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