public interface MatrixWritable4x4DType extends MatrixWritable3x3DType
double elements.| Modifier and Type | Method and Description |
|---|---|
void |
setR0C3D(double x)
Set row 0, column 3 of the matrix to
x. |
void |
setR1C3D(double x)
Set row 1, column 3 of the matrix to
x. |
void |
setR2C3D(double x)
Set row 2, column 3 of the matrix to
x. |
void |
setR3C0D(double x)
Set row 3, column 0 of the matrix to
x. |
void |
setR3C1D(double x)
Set row 3, column 1 of the matrix to
x. |
void |
setR3C2D(double x)
Set row 3, column 2 of the matrix to
x. |
void |
setR3C3D(double x)
Set row 3, column 3 of the matrix to
x. |
void |
setRow0With4D(VectorReadable4DType v)
Set row 0 to
v. |
void |
setRow1With4D(VectorReadable4DType v)
Set row 1 to
v. |
void |
setRow2With4D(VectorReadable4DType v)
Set row 2 to
v. |
void |
setRow3With4D(VectorReadable4DType v)
Set row 3 to
v. |
void |
setRowWith4D(int row,
VectorReadable4DType v)
Set row
row of the matrix to v. |
void |
setRowWith4DUnsafe(int row,
VectorReadable4DType v)
Set row
row of the matrix to v. |
setR0C2D, setR1C2D, setR2C0D, setR2C1D, setR2C2D, setRowWith3D, setRowWith3DUnsafesetR0C0D, setR0C1D, setR1C0D, setR1C1D, setRowWith2D, setRowWith2DUnsafesetRowColumnDvoid setRowWith4D(int row,
VectorReadable4DType v)
row of the matrix to v.row - The row indexv - The row vectorvoid setRowWith4DUnsafe(int row,
VectorReadable4DType 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 setRow0With4D(VectorReadable4DType v)
v.v - The row vectorvoid setRow1With4D(VectorReadable4DType v)
v.v - The row vectorvoid setRow2With4D(VectorReadable4DType v)
v.v - The row vectorvoid setRow3With4D(VectorReadable4DType v)
v.v - The row vectorvoid setR0C3D(double x)
x.x - The valuevoid setR1C3D(double x)
x.x - The valuevoid setR2C3D(double x)
x.x - The valuevoid setR3C0D(double x)
x.x - The valuevoid setR3C1D(double x)
x.x - The valuevoid setR3C2D(double x)
x.x - The valuevoid setR3C3D(double x)
x.x - The valueCopyright © 2017 <code@io7m.com> http://io7m.com