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