MatrixComputationalType, Matrix4x4FType, MatrixReadable4x4FType, MatrixReadableFTypepublic final class Matrix4x4F extends Object implements Matrix4x4FType
float-typed matrices.| Modifier and Type | Class | Description |
|---|---|---|
static class |
Matrix4x4F.Builder |
Builds instances of type
Matrix4x4F. |
| Modifier and Type | Method | Description |
|---|---|---|
static Matrix4x4F.Builder |
builder() |
Creates a builder for
Matrix4x4F. |
boolean |
equals(Object another) |
This instance is equal to all instances of
Matrix4x4F that have equal attribute values. |
int |
hashCode() |
Computes a hash code from attributes:
r0c0, r0c1, r0c2, r0c3, r1c0, r1c1, r1c2, r1c3, r2c0, r2c1, r2c2, r2c3, r3c0, r3c1, r3c2, r3c3. |
static Matrix4x4F |
of(float r0c0,
float r0c1,
float r0c2,
float r0c3,
float r1c0,
float r1c1,
float r1c2,
float r1c3,
float r2c0,
float r2c1,
float r2c2,
float r2c3,
float r3c0,
float r3c1,
float r3c2,
float r3c3) |
Construct a new immutable
Matrix4x4F instance. |
float |
r0c0() |
|
float |
r0c1() |
|
float |
r0c2() |
|
float |
r0c3() |
|
float |
r1c0() |
|
float |
r1c1() |
|
float |
r1c2() |
|
float |
r1c3() |
|
float |
r2c0() |
|
float |
r2c1() |
|
float |
r2c2() |
|
float |
r2c3() |
|
float |
r3c0() |
|
float |
r3c1() |
|
float |
r3c2() |
|
float |
r3c3() |
|
String |
toString() |
Prints the immutable value
Matrix4x4F with attribute values. |
rowColumnpublic float r0c0()
r0c0 in interface Matrix4x4FTyper0c0 in interface MatrixReadable4x4FTypepublic float r0c1()
r0c1 in interface Matrix4x4FTyper0c1 in interface MatrixReadable4x4FTypepublic float r0c2()
r0c2 in interface Matrix4x4FTyper0c2 in interface MatrixReadable4x4FTypepublic float r0c3()
r0c3 in interface Matrix4x4FTyper0c3 in interface MatrixReadable4x4FTypepublic float r1c0()
r1c0 in interface Matrix4x4FTyper1c0 in interface MatrixReadable4x4FTypepublic float r1c1()
r1c1 in interface Matrix4x4FTyper1c1 in interface MatrixReadable4x4FTypepublic float r1c2()
r1c2 in interface Matrix4x4FTyper1c2 in interface MatrixReadable4x4FTypepublic float r1c3()
r1c3 in interface Matrix4x4FTyper1c3 in interface MatrixReadable4x4FTypepublic float r2c0()
r2c0 in interface Matrix4x4FTyper2c0 in interface MatrixReadable4x4FTypepublic float r2c1()
r2c1 in interface Matrix4x4FTyper2c1 in interface MatrixReadable4x4FTypepublic float r2c2()
r2c2 in interface Matrix4x4FTyper2c2 in interface MatrixReadable4x4FTypepublic float r2c3()
r2c3 in interface Matrix4x4FTyper2c3 in interface MatrixReadable4x4FTypepublic float r3c0()
r3c0 in interface Matrix4x4FTyper3c0 in interface MatrixReadable4x4FTypepublic float r3c1()
r3c1 in interface Matrix4x4FTyper3c1 in interface MatrixReadable4x4FTypepublic float r3c2()
r3c2 in interface Matrix4x4FTyper3c2 in interface MatrixReadable4x4FTypepublic float r3c3()
r3c3 in interface Matrix4x4FTyper3c3 in interface MatrixReadable4x4FTypepublic boolean equals(Object another)
Matrix4x4F that have equal attribute values.public int hashCode()
r0c0, r0c1, r0c2, r0c3, r1c0, r1c1, r1c2, r1c3, r2c0, r2c1, r2c2, r2c3, r3c0, r3c1, r3c2, r3c3.public String toString()
Matrix4x4F with attribute values.public static Matrix4x4F of(float r0c0, float r0c1, float r0c2, float r0c3, float r1c0, float r1c1, float r1c2, float r1c3, float r2c0, float r2c1, float r2c2, float r2c3, float r3c0, float r3c1, float r3c2, float r3c3)
Matrix4x4F instance.r0c0 - The value for the r0c0 attributer0c1 - The value for the r0c1 attributer0c2 - The value for the r0c2 attributer0c3 - The value for the r0c3 attributer1c0 - The value for the r1c0 attributer1c1 - The value for the r1c1 attributer1c2 - The value for the r1c2 attributer1c3 - The value for the r1c3 attributer2c0 - The value for the r2c0 attributer2c1 - The value for the r2c1 attributer2c2 - The value for the r2c2 attributer2c3 - The value for the r2c3 attributer3c0 - The value for the r3c0 attributer3c1 - The value for the r3c1 attributer3c2 - The value for the r3c2 attributer3c3 - The value for the r3c3 attributepublic static Matrix4x4F.Builder builder()
Matrix4x4F.Copyright © 2017 <code@io7m.com> http://io7m.com