public interface MatrixReadable3x3FType extends MatrixReadableFType
float-typed matrices.| Modifier and Type | Method and Description |
|---|---|
float |
r0c0() |
float |
r0c1() |
float |
r0c2() |
float |
r1c0() |
float |
r1c1() |
float |
r1c2() |
float |
r2c0() |
float |
r2c1() |
float |
r2c2() |
default float |
rowColumn(int row,
int column) |
float r0c0()
float r0c1()
float r0c2()
float r1c0()
float r1c1()
float r1c2()
float r2c0()
float r2c1()
float r2c2()
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