public interface MatrixStorage3x3Type extends MatrixReadable3x3DType, MatrixStorageType
| Modifier and Type | Method and Description |
|---|---|
void |
setMatrix3x3D(Matrix3x3D m)
Set the components from the given matrix.
|
void |
setMatrix3x3F(Matrix3x3F m)
Set the components from the given matrix.
|
void setMatrix3x3D(Matrix3x3D m)
m - The source matrixvoid setMatrix3x3F(Matrix3x3F m)
m - The source matrixCopyright © 2017 <code@io7m.com> http://io7m.com