MatrixReadableFTypeMatrix4x4FType, PMatrix4x4FType<A,B>, PMatrixReadable4x4FType<A,B>Matrix4x4F, PMatrix4x4Fpublic interface MatrixReadable4x4FType extends MatrixReadableFType
float-typed matrices.| Modifier and Type | Method | Description |
|---|---|---|
float |
r0c0() |
|
float |
r0c1() |
|
float |
r0c2() |
|
float |
r0c3() |
|
float |
r1c0() |
|
float |
r1c1() |
|
float |
r1c2() |
|
float |
r1c3() |
|
float |
r2c0() |
|
float |
r2c1() |
|
float |
r2c2() |
|
float |
r2c3() |
|
float |
r3c0() |
|
float |
r3c1() |
|
float |
r3c2() |
|
float |
r3c3() |
|
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 r0c3()
@Parameter(order=4) float r1c0()
@Parameter(order=5) float r1c1()
@Parameter(order=6) float r1c2()
@Parameter(order=7) float r1c3()
@Parameter(order=8) float r2c0()
@Parameter(order=9) float r2c1()
@Parameter(order=10) float r2c2()
@Parameter(order=11) float r2c3()
@Parameter(order=12) float r3c0()
@Parameter(order=13) float r3c1()
@Parameter(order=14) float r3c2()
@Parameter(order=15) float r3c3()
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