public interface MatrixWritable4x4FType extends MatrixWritable3x3FType
float elements.| Modifier and Type | Method and Description |
|---|---|
void |
setR0C3F(float x)
Set row 0, column 3 of the matrix to
x. |
void |
setR1C3F(float x)
Set row 1, column 3 of the matrix to
x. |
void |
setR2C3F(float x)
Set row 2, column 3 of the matrix to
x. |
void |
setR3C0F(float x)
Set row 3, column 0 of the matrix to
x. |
void |
setR3C1F(float x)
Set row 3, column 1 of the matrix to
x. |
void |
setR3C2F(float x)
Set row 3, column 2 of the matrix to
x. |
void |
setR3C3F(float x)
Set row 3, column 3 of the matrix to
x. |
void |
setRow0With4F(VectorReadable4FType v)
Set row 0 to
v. |
void |
setRow1With4F(VectorReadable4FType v)
Set row 1 to
v. |
void |
setRow2With4F(VectorReadable4FType v)
Set row 2 to
v. |
void |
setRow3With4F(VectorReadable4FType v)
Set row 3 to
v. |
void |
setRowWith4F(int row,
VectorReadable4FType v)
Set row
row of the matrix to v. |
void |
setRowWith4FUnsafe(int row,
VectorReadable4FType v)
Set row
row of the matrix to v. |
setR0C2F, setR1C2F, setR2C0F, setR2C1F, setR2C2F, setRowWith3F, setRowWith3FUnsafesetR0C0F, setR0C1F, setR1C0F, setR1C1F, setRowWith2F, setRowWith2FUnsafesetRowColumnFvoid setRowWith4F(int row,
VectorReadable4FType v)
row of the matrix to v.row - The row indexv - The row vectorvoid setRowWith4FUnsafe(int row,
VectorReadable4FType 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 setRow0With4F(VectorReadable4FType v)
v.v - The row vectorvoid setRow1With4F(VectorReadable4FType v)
v.v - The row vectorvoid setRow2With4F(VectorReadable4FType v)
v.v - The row vectorvoid setRow3With4F(VectorReadable4FType v)
v.v - The row vectorvoid setR0C3F(float x)
x.x - The valuevoid setR1C3F(float x)
x.x - The valuevoid setR2C3F(float x)
x.x - The valuevoid setR3C0F(float x)
x.x - The valuevoid setR3C1F(float x)
x.x - The valuevoid setR3C2F(float x)
x.x - The valuevoid setR3C3F(float x)
x.x - The valueCopyright © 2015 <code@io7m.com> http://io7m.com