public interface MatrixReadable4x4DType extends MatrixReadableDType
double-typed matrices.| Modifier and Type | Method and Description |
|---|---|
double |
r0c0() |
double |
r0c1() |
double |
r0c2() |
double |
r0c3() |
double |
r1c0() |
double |
r1c1() |
double |
r1c2() |
double |
r1c3() |
double |
r2c0() |
double |
r2c1() |
double |
r2c2() |
double |
r2c3() |
double |
r3c0() |
double |
r3c1() |
double |
r3c2() |
double |
r3c3() |
default double |
rowColumn(int row,
int column) |
double r0c0()
double r0c1()
double r0c2()
double r0c3()
double r1c0()
double r1c1()
double r1c2()
double r1c3()
double r2c0()
double r2c1()
double r2c2()
double r2c3()
double r3c0()
double r3c1()
double r3c2()
double r3c3()
default double rowColumn(int row,
int column)
rowColumn in interface MatrixReadableDTyperow - The row, starting at 0column - The column, starting at 0row, column columnCopyright © 2017 <code@io7m.com> http://io7m.com