MatrixReadableFTypeMatrix3x3FType, PMatrix3x3FType<A,B>, PMatrixReadable3x3FType<A,B>Matrix3x3F, PMatrix3x3Fpublic interface MatrixReadable3x3FType extends MatrixReadableFType
float-typed matrices.| Modifier and Type | Method | 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) |
@Parameter(order=0) float r0c0()
@Parameter(order=1) float r0c1()
@Parameter(order=2) float r0c2()
@Parameter(order=3) float r1c0()
@Parameter(order=4) float r1c1()
@Parameter(order=5) float r1c2()
@Parameter(order=6) float r2c0()
@Parameter(order=7) float r2c1()
@Parameter(order=8) 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