@Generated(value={"Immutables.generator","Matrix2x2DType"}) public final class Matrix2x2D extends Object implements Matrix2x2DType
double-typed matrices.| Modifier and Type | Class and Description |
|---|---|
static class |
Matrix2x2D.Builder
Builds instances of type
Matrix2x2D. |
| Modifier and Type | Method and Description |
|---|---|
static Matrix2x2D.Builder |
builder()
Creates a builder for
Matrix2x2D. |
boolean |
equals(Object another)
This instance is equal to all instances of
Matrix2x2D that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
r0c0, r0c1, r1c0, r1c1. |
static Matrix2x2D |
of(double r0c0,
double r0c1,
double r1c0,
double r1c1)
Construct a new immutable
Matrix2x2D instance. |
double |
r0c0() |
double |
r0c1() |
double |
r1c0() |
double |
r1c1() |
String |
toString()
Prints the immutable value
Matrix2x2D with attribute values. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitrowColumnpublic double r0c0()
r0c0 in interface Matrix2x2DTyper0c0 in interface MatrixReadable2x2DTypepublic double r0c1()
r0c1 in interface Matrix2x2DTyper0c1 in interface MatrixReadable2x2DTypepublic double r1c0()
r1c0 in interface Matrix2x2DTyper1c0 in interface MatrixReadable2x2DTypepublic double r1c1()
r1c1 in interface Matrix2x2DTyper1c1 in interface MatrixReadable2x2DTypepublic boolean equals(Object another)
Matrix2x2D that have equal attribute values.public int hashCode()
r0c0, r0c1, r1c0, r1c1.public String toString()
Matrix2x2D with attribute values.public static Matrix2x2D of(double r0c0, double r0c1, double r1c0, double r1c1)
Matrix2x2D instance.r0c0 - The value for the r0c0 attributer0c1 - The value for the r0c1 attributer1c0 - The value for the r1c0 attributer1c1 - The value for the r1c1 attributepublic static Matrix2x2D.Builder builder()
Matrix2x2D.Copyright © 2017 <code@io7m.com> http://io7m.com