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