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.PVector3LType
instance.final PVector3L.Builder
<T> from
(PVectorReadable3LType<T> instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVectorReadable3LType
instance.final PVector3L.Builder
<T> from
(VectorReadable2LType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType
instance.final PVector3L.Builder
<T> from
(VectorReadable3LType instance) Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType
instance.final PVector3L.Builder
<T> setX
(long x) Initializes the value for thex
attribute.final PVector3L.Builder
<T> setY
(long y) Initializes the value for they
attribute.final PVector3L.Builder
<T> setZ
(long z) Initializes the value for thez
attribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVector3LType
instance.- Parameters:
instance
- The instance from which to copy values- Returns:
this
builder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVectorReadable3LType
instance.- Parameters:
instance
- The instance from which to copy values- Returns:
this
builder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType
instance.- Parameters:
instance
- The instance from which to copy values- Returns:
this
builder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable3LType
instance.- Parameters:
instance
- The instance from which to copy values- Returns:
this
builder for use in a chained invocation
-
setX
Initializes the value for thex
attribute.- Parameters:
x
- The value for x- Returns:
this
builder for use in a chained invocation
-
setY
Initializes the value for they
attribute.- Parameters:
y
- The value for y- Returns:
this
builder for use in a chained invocation
-
setZ
Initializes the value for thez
attribute.- Parameters:
z
- The value for z- Returns:
this
builder for use in a chained invocation
-
build
Builds a newPVector3L
.- Returns:
- An immutable instance of PVector3L
- Throws:
IllegalStateException
- if any required attributes are missing
-