public interface MatrixReadable4x4DType extends MatrixReadable3x3DType
double elements.| Modifier and Type | Method and Description |
|---|---|
double |
getR0C3D() |
double |
getR1C3D() |
double |
getR2C3D() |
double |
getR3C0D() |
double |
getR3C1D() |
double |
getR3C2D() |
double |
getR3C3D() |
<V extends VectorWritable4DType> |
getRow4D(int row,
V out)
Retrieve row
row, saving the result to out. |
<V extends VectorWritable4DType> |
getRow4DUnsafe(int row,
V out)
Retrieve row
row, saving the result to out. |
getR0C2D, getR1C2D, getR2C0D, getR2C1D, getR2C2D, getRow3D, getRow3DUnsafegetR0C0D, getR0C1D, getR1C0D, getR1C1D, getRow2D, getRow2DUnsafegetRowColumnD<V extends VectorWritable4DType> void getRow4D(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 VectorWritable4DType> void getRow4DUnsafe(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 getR0C3D()
double getR1C3D()
double getR2C3D()
double getR3C0D()
double getR3C1D()
double getR3C2D()
double getR3C3D()
Copyright © 2016 <code@io7m.com> http://io7m.com