Class PVector4I.Builder<T>
java.lang.Object
com.io7m.jtensors.core.parameterized.vectors.PVector4I.Builder<T>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newPVector4I.final PVector4I.Builder<T> from(PVector4IType<T> instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVector4ITypeinstance.final PVector4I.Builder<T> from(PVectorReadable4IType<T> instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVectorReadable4ITypeinstance.final PVector4I.Builder<T> from(VectorReadable2IType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable2ITypeinstance.final PVector4I.Builder<T> from(VectorReadable3IType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable3ITypeinstance.final PVector4I.Builder<T> from(VectorReadable4IType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable4ITypeinstance.final PVector4I.Builder<T> setW(int w) Initializes the value for thewattribute.final PVector4I.Builder<T> setX(int x) Initializes the value for thexattribute.final PVector4I.Builder<T> setY(int y) Initializes the value for theyattribute.final PVector4I.Builder<T> setZ(int z) Initializes the value for thezattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable3ITypeinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVector4ITypeinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVectorReadable4ITypeinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable2ITypeinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable4ITypeinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
setX
Initializes the value for thexattribute.- Parameters:
x- The value for x- Returns:
thisbuilder for use in a chained invocation
-
setY
Initializes the value for theyattribute.- Parameters:
y- The value for y- Returns:
thisbuilder for use in a chained invocation
-
setZ
Initializes the value for thezattribute.- Parameters:
z- The value for z- Returns:
thisbuilder for use in a chained invocation
-
setW
Initializes the value for thewattribute.- Parameters:
w- The value for w- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newPVector4I.- Returns:
- An immutable instance of PVector4I
- Throws:
IllegalStateException- if any required attributes are missing
-