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