Class PVector3L.Builder<T>
java.lang.Object
com.io7m.jtensors.core.parameterized.vectors.PVector3L.Builder<T>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newPVector3L.final PVector3L.Builder<T> from(PVector3LType<T> instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVector3LTypeinstance.final PVector3L.Builder<T> from(PVectorReadable3LType<T> instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVectorReadable3LTypeinstance.final PVector3L.Builder<T> from(VectorReadable2LType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LTypeinstance.final PVector3L.Builder<T> from(VectorReadable3LType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LTypeinstance.final PVector3L.Builder<T> setX(long x) Initializes the value for thexattribute.final PVector3L.Builder<T> setY(long y) Initializes the value for theyattribute.final PVector3L.Builder<T> setZ(long z) Initializes the value for thezattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVector3LTypeinstance.- 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.PVectorReadable3LTypeinstance.- 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
-
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 newPVector3L.- Returns:
- An immutable instance of PVector3L
- Throws:
IllegalStateException- if any required attributes are missing
-