public interface MatrixWritable2x2FType extends MatrixWritableFType
float elements.| Modifier and Type | Method and Description |
|---|---|
void |
setR0C0F(float x)
Set row 0, column 0 of the matrix to
x. |
void |
setR0C1F(float x)
Set row 0, column 1 of the matrix to
x. |
void |
setR1C0F(float x)
Set row 1, column 0 of the matrix to
x. |
void |
setR1C1F(float x)
Set row 1, column 1 of the matrix to
x. |
void |
setRowWith2F(int row,
VectorReadable2FType v)
Set row
row of the matrix to v. |
void |
setRowWith2FUnsafe(int row,
VectorReadable2FType v)
Set row
row of the matrix to v. |
setRowColumnFvoid setRowWith2F(int row,
VectorReadable2FType v)
row of the matrix to v.row - The row indexv - The row vectorvoid setRowWith2FUnsafe(int row,
VectorReadable2FType 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 setR0C0F(float x)
x.x - The valuevoid setR0C1F(float x)
x.x - The valuevoid setR1C0F(float x)
x.x - The valuevoid setR1C1F(float x)
x.x - The valueCopyright © 2015 <code@io7m.com> http://io7m.com