public interface MatrixReadable4x4FType extends MatrixReadable3x3FType
float elements.| Modifier and Type | Method and Description |
|---|---|
float |
getR0C3F() |
float |
getR1C3F() |
float |
getR2C3F() |
float |
getR3C0F() |
float |
getR3C1F() |
float |
getR3C2F() |
float |
getR3C3F() |
<V extends VectorWritable4FType> |
getRow4F(int row,
V out)
Retrieve row
row, saving the result to out. |
<V extends VectorWritable4FType> |
getRow4FUnsafe(int row,
V out)
Retrieve row
row, saving the result to out. |
getR0C2F, getR1C2F, getR2C0F, getR2C1F, getR2C2F, getRow3F, getRow3FUnsafegetR0C0F, getR0C1F, getR1C0F, getR1C1F, getRow2F, getRow2FUnsafegetRowColumnF<V extends VectorWritable4FType> void getRow4F(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 VectorWritable4FType> void getRow4FUnsafe(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 getR0C3F()
float getR1C3F()
float getR2C3F()
float getR3C0F()
float getR3C1F()
float getR3C2F()
float getR3C3F()
Copyright © 2015 <code@io7m.com> http://io7m.com