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