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