| Modifier and Type | Method and Description |
|---|---|
PVector4I<T> |
build()
Builds a new
PVector4I. |
PVector4I.Builder<T> |
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> |
from(VectorReadable2IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType instance. |
PVector4I.Builder<T> |
from(VectorReadable3IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType instance. |
PVector4I.Builder<T> |
from(VectorReadable4IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4IType instance. |
PVector4I.Builder<T> |
setW(int w)
Initializes the value for the
w attribute. |
PVector4I.Builder<T> |
setX(int x)
Initializes the value for the
x attribute. |
PVector4I.Builder<T> |
setY(int y)
Initializes the value for the
y attribute. |
PVector4I.Builder<T> |
setZ(int z)
Initializes the value for the
z attribute. |
public final PVector4I.Builder<T> from(VectorReadable3IType instance)
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final PVector4I.Builder<T> from(VectorReadable2IType instance)
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final PVector4I.Builder<T> from(PVector4IType<T> instance)
com.io7m.jtensors.core.parameterized.vectors.PVector4IType<T> instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final PVector4I.Builder<T> from(VectorReadable4IType instance)
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4IType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final PVector4I.Builder<T> setX(int x)
x attribute.x - The value for xthis builder for use in a chained invocationpublic final PVector4I.Builder<T> setY(int y)
y attribute.y - The value for ythis builder for use in a chained invocationpublic final PVector4I.Builder<T> setZ(int z)
z attribute.z - The value for zthis builder for use in a chained invocationpublic final PVector4I.Builder<T> setW(int w)
w attribute.w - The value for wthis builder for use in a chained invocationpublic PVector4I<T> build()
PVector4I.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com