A - A phantom type parameter (possibly representing a source
coordinate system)B - A phantom type parameter (possibly representing a target
coordinate system)MatrixComputationalType, PMatrix3x3FType<A,B>, PMatrixReadable3x3FType<A,B>, MatrixReadable3x3FType, MatrixReadableFTypepublic final class PMatrix3x3F<A,B> extends Object implements PMatrix3x3FType<A,B>
float-typed matrices.| Modifier and Type | Class | Description |
|---|---|---|
static class |
PMatrix3x3F.Builder<A,B> |
Builds instances of type
PMatrix3x3F. |
| Modifier and Type | Method | Description |
|---|---|---|
static <A,B> PMatrix3x3F.Builder<A,B> |
builder() |
Creates a builder for
PMatrix3x3F. |
boolean |
equals(Object another) |
This instance is equal to all instances of
PMatrix3x3F that have equal attribute values. |
int |
hashCode() |
Computes a hash code from attributes:
r0c0, r0c1, r0c2, r1c0, r1c1, r1c2, r2c0, r2c1, r2c2. |
static <A,B> PMatrix3x3F<A,B> |
of(float r0c0,
float r0c1,
float r0c2,
float r1c0,
float r1c1,
float r1c2,
float r2c0,
float r2c1,
float r2c2) |
Construct a new immutable
PMatrix3x3F instance. |
float |
r0c0() |
|
float |
r0c1() |
|
float |
r0c2() |
|
float |
r1c0() |
|
float |
r1c1() |
|
float |
r1c2() |
|
float |
r2c0() |
|
float |
r2c1() |
|
float |
r2c2() |
|
String |
toString() |
Prints the immutable value
PMatrix3x3F with attribute values. |
rowColumnpublic float r0c0()
r0c0 in interface MatrixReadable3x3FTyper0c0 in interface PMatrix3x3FType<A,B>public float r0c1()
r0c1 in interface MatrixReadable3x3FTyper0c1 in interface PMatrix3x3FType<A,B>public float r0c2()
r0c2 in interface MatrixReadable3x3FTyper0c2 in interface PMatrix3x3FType<A,B>public float r1c0()
r1c0 in interface MatrixReadable3x3FTyper1c0 in interface PMatrix3x3FType<A,B>public float r1c1()
r1c1 in interface MatrixReadable3x3FTyper1c1 in interface PMatrix3x3FType<A,B>public float r1c2()
r1c2 in interface MatrixReadable3x3FTyper1c2 in interface PMatrix3x3FType<A,B>public float r2c0()
r2c0 in interface MatrixReadable3x3FTyper2c0 in interface PMatrix3x3FType<A,B>public float r2c1()
r2c1 in interface MatrixReadable3x3FTyper2c1 in interface PMatrix3x3FType<A,B>public float r2c2()
r2c2 in interface MatrixReadable3x3FTyper2c2 in interface PMatrix3x3FType<A,B>public boolean equals(Object another)
PMatrix3x3F that have equal attribute values.public int hashCode()
r0c0, r0c1, r0c2, r1c0, r1c1, r1c2, r2c0, r2c1, r2c2.public String toString()
PMatrix3x3F with attribute values.public static <A,B> PMatrix3x3F<A,B> of(float r0c0, float r0c1, float r0c2, float r1c0, float r1c1, float r1c2, float r2c0, float r2c1, float r2c2)
PMatrix3x3F instance.r0c0 - The value for the r0c0 attributer0c1 - The value for the r0c1 attributer0c2 - The value for the r0c2 attributer1c0 - The value for the r1c0 attributer1c1 - The value for the r1c1 attributer1c2 - The value for the r1c2 attributer2c0 - The value for the r2c0 attributer2c1 - The value for the r2c1 attributer2c2 - The value for the r2c2 attributepublic static <A,B> PMatrix3x3F.Builder<A,B> builder()
PMatrix3x3F.A - generic parameter AB - generic parameter BCopyright © 2017 <code@io7m.com> http://io7m.com