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