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