public interface MatrixWritable3x3DType extends MatrixWritable2x2DType
double elements.| Modifier and Type | Method and Description |
|---|---|
void |
setR0C2D(double x)
Set row 0, column 2 of the matrix to
x. |
void |
setR1C2D(double x)
Set row 1, column 2 of the matrix to
x. |
void |
setR2C0D(double x)
Set row 2, column 0 of the matrix to
x. |
void |
setR2C1D(double x)
Set row 2, column 1 of the matrix to
x. |
void |
setR2C2D(double x)
Set row 2, column 2 of the matrix to
x. |
void |
setRowWith3D(int row,
VectorReadable3DType v)
Set row
row of the matrix to v. |
void |
setRowWith3DUnsafe(int row,
VectorReadable3DType v)
Set row
row of the matrix to v. |
setR0C0D, setR0C1D, setR1C0D, setR1C1D, setRowWith2D, setRowWith2DUnsafesetRowColumnDvoid setRowWith3D(int row,
VectorReadable3DType v)
row of the matrix to v.row - The row indexv - The row vectorvoid setRowWith3DUnsafe(int row,
VectorReadable3DType v)
row of the matrix to v. No bounds checking is
performed for row, and out-of-bounds values result in undefined
behaviour.row - The row indexv - The row vectorvoid setR0C2D(double x)
x.x - The valuevoid setR1C2D(double x)
x.x - The valuevoid setR2C0D(double x)
x.x - The valuevoid setR2C1D(double x)
x.x - The valuevoid setR2C2D(double x)
x.x - The valueCopyright © 2017 <code@io7m.com> http://io7m.com