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