| Package | Description |
|---|---|
| com.io7m.jtensors.core.parameterized.vectors |
Parameterized vector types.
|
| com.io7m.jtensors.core.unparameterized.vectors |
Unparameterized vector types.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PVector3IType<T>
The type of 3D
int-typed vectors. |
interface |
PVector4IType<T>
The type of 4D
int-typed vectors. |
interface |
PVectorReadable3IType<T>
The type of 3D
int-typed vectors. |
interface |
PVectorReadable4IType<T>
The type of 4D
int-typed vectors. |
| Modifier and Type | Class and Description |
|---|---|
class |
PVector3I<T>
The type of 3D
int-typed vectors. |
class |
PVector4I<T>
The type of 4D
int-typed vectors. |
| Modifier and Type | Method and Description |
|---|---|
PVector4I.Builder<T> |
PVector4I.Builder.from(VectorReadable3IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType instance. |
PVector3I.Builder<T> |
PVector3I.Builder.from(VectorReadable3IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Vector3IType
The type of 3D
int-typed vectors. |
interface |
Vector4IType
The type of 4D
int-typed vectors. |
interface |
VectorReadable4IType
The type of 4D
int-typed vectors. |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector3I
The type of 3D
int-typed vectors. |
class |
Vector4I
The type of 4D
int-typed vectors. |
| Modifier and Type | Method and Description |
|---|---|
Vector4I.Builder |
Vector4I.Builder.from(VectorReadable3IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType instance. |
Vector3I.Builder |
Vector3I.Builder.from(VectorReadable3IType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable3IType instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com