public interface MatrixReadable3x3FType extends MatrixReadable2x2FType
float elements.| Modifier and Type | Method and Description |
|---|---|
float |
getR0C2F() |
float |
getR1C2F() |
float |
getR2C0F() |
float |
getR2C1F() |
float |
getR2C2F() |
<V extends VectorWritable3FType> |
getRow3F(int row,
V out)
Retrieve row
row, saving the result to out. |
<V extends VectorWritable3FType> |
getRow3FUnsafe(int row,
V out)
Retrieve row
row, saving the result to out. |
getR0C0F, getR0C1F, getR1C0F, getR1C1F, getRow2F, getRow2FUnsafegetRowColumnF<V extends VectorWritable3FType> void getRow3F(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 VectorWritable3FType> void getRow3FUnsafe(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 getR0C2F()
float getR1C2F()
float getR2C0F()
float getR2C1F()
float getR2C2F()
Copyright © 2015 <code@io7m.com> http://io7m.com