Class Vector4L.Builder
java.lang.Object
com.io7m.jtensors.core.unparameterized.vectors.Vector4L.Builder
- Enclosing class:
- Vector4L
public static final class Vector4L.Builder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description Vector4Lbuild()Builds a newVector4L.Vector4L.Builderfrom(Vector4LType instance)Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.Vector4LTypeinstance.Vector4L.Builderfrom(VectorReadable2LType instance)Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LTypeinstance.Vector4L.Builderfrom(VectorReadable3LType instance)Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LTypeinstance.Vector4L.Builderfrom(VectorReadable4LType instance)Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LTypeinstance.Vector4L.BuildersetW(long w)Initializes the value for thewattribute.Vector4L.BuildersetX(long x)Initializes the value for thexattribute.Vector4L.BuildersetY(long y)Initializes the value for theyattribute.Vector4L.BuildersetZ(long z)Initializes the value for thezattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable4LTypeinstance.- 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.VectorReadable2LTypeinstance.- 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.VectorReadable3LTypeinstance.- 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.Vector4LTypeinstance.- 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 newVector4L.- Returns:
- An immutable instance of Vector4L
- Throws:
java.lang.IllegalStateException- if any required attributes are missing
-