public interface MatrixWritable3x3FType extends MatrixWritable2x2FType
float elements.| Modifier and Type | Method and Description |
|---|---|
void |
setR0C2F(float x)
Set row 0, column 2 of the matrix to
x. |
void |
setR1C2F(float x)
Set row 1, column 2 of the matrix to
x. |
void |
setR2C0F(float x)
Set row 2, column 0 of the matrix to
x. |
void |
setR2C1F(float x)
Set row 2, column 1 of the matrix to
x. |
void |
setR2C2F(float x)
Set row 2, column 2 of the matrix to
x. |
void |
setRowWith3F(int row,
VectorReadable3FType v)
Set row
row of the matrix to v. |
void |
setRowWith3FUnsafe(int row,
VectorReadable3FType v)
Set row
row of the matrix to v. |
setR0C0F, setR0C1F, setR1C0F, setR1C1F, setRowWith2F, setRowWith2FUnsafesetRowColumnFvoid setRowWith3F(int row,
VectorReadable3FType v)
row of the matrix to v.row - The row indexv - The row vectorvoid setRowWith3FUnsafe(int row,
VectorReadable3FType 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 setR0C2F(float x)
x.x - The valuevoid setR1C2F(float x)
x.x - The valuevoid setR2C0F(float x)
x.x - The valuevoid setR2C1F(float x)
x.x - The valuevoid setR2C2F(float x)
x.x - The valueCopyright © 2016 <code@io7m.com> http://io7m.com