| Package | Description |
|---|---|
| com.io7m.jtensors.core.unparameterized.vectors |
Unparameterized vector types.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Vector3I.Builder |
Vector3I.builder() |
Creates a builder for
Vector3I. |
Vector3I.Builder |
Vector3I.Builder.from(Vector3IType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.Vector3IType instance. |
Vector3I.Builder |
Vector3I.Builder.from(VectorReadable2IType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType instance. |
Vector3I.Builder |
Vector3I.Builder.from(VectorReadable3IType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType instance. |
Vector3I.Builder |
Vector3I.Builder.setX(int x) |
Initializes the value for the
x attribute. |
Vector3I.Builder |
Vector3I.Builder.setY(int y) |
Initializes the value for the
y attribute. |
Vector3I.Builder |
Vector3I.Builder.setZ(int z) |
Initializes the value for the
z attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com