MatrixComputationalType, Matrix3x3DType, MatrixReadable3x3DType, MatrixReadableDTypepublic final class Matrix3x3D extends Object implements Matrix3x3DType
double-typed matrices.| Modifier and Type | Class | Description |
|---|---|---|
static class |
Matrix3x3D.Builder |
Builds instances of type
Matrix3x3D. |
| Modifier and Type | Method | Description |
|---|---|---|
static Matrix3x3D.Builder |
builder() |
Creates a builder for
Matrix3x3D. |
boolean |
equals(Object another) |
This instance is equal to all instances of
Matrix3x3D that have equal attribute values. |
int |
hashCode() |
Computes a hash code from attributes:
r0c0, r0c1, r0c2, r1c0, r1c1, r1c2, r2c0, r2c1, r2c2. |
static Matrix3x3D |
of(double r0c0,
double r0c1,
double r0c2,
double r1c0,
double r1c1,
double r1c2,
double r2c0,
double r2c1,
double r2c2) |
Construct a new immutable
Matrix3x3D instance. |
double |
r0c0() |
|
double |
r0c1() |
|
double |
r0c2() |
|
double |
r1c0() |
|
double |
r1c1() |
|
double |
r1c2() |
|
double |
r2c0() |
|
double |
r2c1() |
|
double |
r2c2() |
|
String |
toString() |
Prints the immutable value
Matrix3x3D with attribute values. |
rowColumnpublic double r0c0()
r0c0 in interface Matrix3x3DTyper0c0 in interface MatrixReadable3x3DTypepublic double r0c1()
r0c1 in interface Matrix3x3DTyper0c1 in interface MatrixReadable3x3DTypepublic double r0c2()
r0c2 in interface Matrix3x3DTyper0c2 in interface MatrixReadable3x3DTypepublic double r1c0()
r1c0 in interface Matrix3x3DTyper1c0 in interface MatrixReadable3x3DTypepublic double r1c1()
r1c1 in interface Matrix3x3DTyper1c1 in interface MatrixReadable3x3DTypepublic double r1c2()
r1c2 in interface Matrix3x3DTyper1c2 in interface MatrixReadable3x3DTypepublic double r2c0()
r2c0 in interface Matrix3x3DTyper2c0 in interface MatrixReadable3x3DTypepublic double r2c1()
r2c1 in interface Matrix3x3DTyper2c1 in interface MatrixReadable3x3DTypepublic double r2c2()
r2c2 in interface Matrix3x3DTyper2c2 in interface MatrixReadable3x3DTypepublic boolean equals(Object another)
Matrix3x3D that have equal attribute values.public int hashCode()
r0c0, r0c1, r0c2, r1c0, r1c1, r1c2, r2c0, r2c1, r2c2.public String toString()
Matrix3x3D with attribute values.public static Matrix3x3D of(double r0c0, double r0c1, double r0c2, double r1c0, double r1c1, double r1c2, double r2c0, double r2c1, double r2c2)
Matrix3x3D 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 Matrix3x3D.Builder builder()
Matrix3x3D.Copyright © 2017 <code@io7m.com> http://io7m.com