Class Vector3I.Builder
java.lang.Object
com.io7m.jtensors.core.unparameterized.vectors.Vector3I.Builder
- Enclosing class:
Vector3I
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newVector3I.final Vector3I.Builderfrom(Vector3IType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.Vector3ITypeinstance.final Vector3I.Builderfrom(VectorReadable2IType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable2ITypeinstance.final Vector3I.Builderfrom(VectorReadable3IType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable3ITypeinstance.final Vector3I.BuildersetX(int x) Initializes the value for thexattribute.final Vector3I.BuildersetY(int y) Initializes the value for theyattribute.final Vector3I.BuildersetZ(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.unparameterized.vectors.Vector3ITypeinstance.- 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
-
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
-
build
Builds a newVector3I.- Returns:
- An immutable instance of Vector3I
- Throws:
IllegalStateException- if any required attributes are missing
-