| Package | Description |
|---|---|
| com.io7m.jtensors.core.parameterized.vectors |
Parameterized vector types.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> PVector4D.Builder<T> |
PVector4D.builder() |
Creates a builder for
PVector4D. |
PVector4D.Builder<T> |
PVector4D.Builder.from(PVector4DType<T> instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.parameterized.vectors.PVector4DType<T> instance. |
PVector4D.Builder<T> |
PVector4D.Builder.from(VectorReadable2DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2DType instance. |
PVector4D.Builder<T> |
PVector4D.Builder.from(VectorReadable3DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3DType instance. |
PVector4D.Builder<T> |
PVector4D.Builder.from(VectorReadable4DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable4DType instance. |
PVector4D.Builder<T> |
PVector4D.Builder.setW(double w) |
Initializes the value for the
w attribute. |
PVector4D.Builder<T> |
PVector4D.Builder.setX(double x) |
Initializes the value for the
x attribute. |
PVector4D.Builder<T> |
PVector4D.Builder.setY(double y) |
Initializes the value for the
y attribute. |
PVector4D.Builder<T> |
PVector4D.Builder.setZ(double z) |
Initializes the value for the
z attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com