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