Orthonormalized4DTypepublic final class Orthonormalized4D extends Object implements Orthonormalized4DType
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Orthonormalized4D.Builder |
Builds instances of type
Orthonormalized4D. |
| Modifier and Type | Method | Description |
|---|---|---|
static Orthonormalized4D.Builder |
builder() |
Creates a builder for
Orthonormalized4D. |
boolean |
equals(Object another) |
This instance is equal to all instances of
Orthonormalized4D that have equal attribute values. |
int |
hashCode() |
Computes a hash code from attributes:
v0, v1, v2. |
static Orthonormalized4D |
of(Vector4D v0,
Vector4D v1,
Vector4D v2) |
Construct a new immutable
Orthonormalized4D instance. |
String |
toString() |
Prints the immutable value
Orthonormalized4D with attribute values. |
Vector4D |
v0() |
|
Vector4D |
v1() |
|
Vector4D |
v2() |
public Vector4D v0()
v0 in interface Orthonormalized4DTypepublic Vector4D v1()
v1 in interface Orthonormalized4DTypepublic Vector4D v2()
v2 in interface Orthonormalized4DTypepublic boolean equals(Object another)
Orthonormalized4D that have equal attribute values.public int hashCode()
v0, v1, v2.public String toString()
Orthonormalized4D with attribute values.public static Orthonormalized4D of(Vector4D v0, Vector4D v1, Vector4D v2)
Orthonormalized4D instance.v0 - The value for the v0 attributev1 - The value for the v1 attributev2 - The value for the v2 attributepublic static Orthonormalized4D.Builder builder()
Orthonormalized4D.Copyright © 2017 <code@io7m.com> http://io7m.com