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