public interface MatrixReadable3x3DType extends MatrixReadable2x2DType
double elements.| Modifier and Type | Method and Description |
|---|---|
double |
getR0C2D() |
double |
getR1C2D() |
double |
getR2C0D() |
double |
getR2C1D() |
double |
getR2C2D() |
<V extends VectorWritable3DType> |
getRow3D(int row,
V out)
Retrieve row
row, saving the result to out. |
<V extends VectorWritable3DType> |
getRow3DUnsafe(int row,
V out)
Retrieve row
row, saving the result to out. |
getR0C0D, getR0C1D, getR1C0D, getR1C1D, getRow2D, getRow2DUnsafegetRowColumnD<V extends VectorWritable3DType> void getRow3D(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 VectorWritable3DType> void getRow3DUnsafe(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.double getR0C2D()
double getR1C2D()
double getR2C0D()
double getR2C1D()
double getR2C2D()
Copyright © 2016 <code@io7m.com> http://io7m.com