Class PVector3F.Builder<T>
java.lang.Object
com.io7m.jtensors.core.parameterized.vectors.PVector3F.Builder<T>
public static final class PVector3F.Builder<T>
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description PVector3F<T>build()Builds a newPVector3F.PVector3F.Builder<T>from(PVector3FType<T> instance)Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVector3FTypeinstance.PVector3F.Builder<T>from(VectorReadable2FType instance)Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FTypeinstance.PVector3F.Builder<T>from(VectorReadable3FType instance)Fill a builder with attribute values from the providedcom.io7m.jtensors.core.unparameterized.vectors.VectorReadable3FTypeinstance.PVector3F.Builder<T>setX(float x)Initializes the value for thexattribute.PVector3F.Builder<T>setY(float y)Initializes the value for theyattribute.PVector3F.Builder<T>setZ(float z)Initializes the value for thezattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedcom.io7m.jtensors.core.parameterized.vectors.PVector3FTypeinstance.- 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.VectorReadable2FTypeinstance.- 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.VectorReadable3FTypeinstance.- 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 newPVector3F.- Returns:
- An immutable instance of PVector3F
- Throws:
java.lang.IllegalStateException- if any required attributes are missing
-