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