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