public interface MatrixReadable2x2FType extends MatrixReadableFType
float elements.| Modifier and Type | Method and Description |
|---|---|
float |
getR0C0F() |
float |
getR0C1F() |
float |
getR1C0F() |
float |
getR1C1F() |
<V extends VectorWritable2FType> |
getRow2F(int row,
V out)
Retrieve row
row, saving the result to out. |
<V extends VectorWritable2FType> |
getRow2FUnsafe(int row,
V out)
Retrieve row
row, saving the result to out. |
getRowColumnF<V extends VectorWritable2FType> void getRow2F(int row, V out)
row, saving the result to out.V - The precise type of writable vector.row - The index of the row, starting at 0.out - The output vector.<V extends VectorWritable2FType> void getRow2FUnsafe(int row, V out)
row, saving the result to out. No bounds
checking is performed for row, and out-of-bounds values result in
undefined behaviour.V - The precise type of writable vector.row - The index of the row, starting at 0.out - The output vector.float getR0C0F()
float getR1C0F()
float getR0C1F()
float getR1C1F()
Copyright © 2017 <code@io7m.com> http://io7m.com