public interface MatrixReadable2x2FType extends MatrixReadableFType
float-typed matrices.| Modifier and Type | Method and Description |
|---|---|
float |
r0c0() |
float |
r0c1() |
float |
r1c0() |
float |
r1c1() |
default float |
rowColumn(int row,
int column) |
float r0c0()
float r0c1()
float r1c0()
float r1c1()
default float rowColumn(int row,
int column)
rowColumn in interface MatrixReadableFTyperow - The row, starting at 0column - The column, starting at 0row, column columnCopyright © 2017 <code@io7m.com> http://io7m.com