A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)public interface PMatrixStorage3x3Type<A,B> extends PMatrixReadable3x3DType<A,B>, MatrixStorage3x3Type
| Modifier and Type | Method and Description |
|---|---|
void |
setPMatrix3x3D(PMatrix3x3D<A,B> m)
Set the components from the given matrix.
|
void |
setPMatrix3x3F(PMatrix3x3F<A,B> m)
Set the components from the given matrix.
|
setMatrix3x3D, setMatrix3x3Fvoid setPMatrix3x3D(PMatrix3x3D<A,B> m)
m - The source matrixvoid setPMatrix3x3F(PMatrix3x3F<A,B> m)
m - The source matrixCopyright © 2017 <code@io7m.com> http://io7m.com