| Modifier and Type | Method and Description |
|---|---|
Vector3I |
build()
Builds a new
Vector3I. |
Vector3I.Builder |
from(Vector3IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.Vector3IType instance. |
Vector3I.Builder |
from(VectorReadable2IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType instance. |
Vector3I.Builder |
from(VectorReadable3IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType instance. |
Vector3I.Builder |
setX(int x)
Initializes the value for the
x attribute. |
Vector3I.Builder |
setY(int y)
Initializes the value for the
y attribute. |
Vector3I.Builder |
setZ(int z)
Initializes the value for the
z attribute. |
public final Vector3I.Builder from(VectorReadable3IType instance)
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final Vector3I.Builder from(VectorReadable2IType instance)
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2IType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final Vector3I.Builder from(Vector3IType instance)
com.io7m.jtensors.core.unparameterized.vectors.Vector3IType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final Vector3I.Builder setX(int x)
x attribute.x - The value for xthis builder for use in a chained invocationpublic final Vector3I.Builder setY(int y)
y attribute.y - The value for ythis builder for use in a chained invocationpublic final Vector3I.Builder setZ(int z)
z attribute.z - The value for zthis builder for use in a chained invocationpublic Vector3I build()
Vector3I.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com