| 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 |
PVector2FType<T>
The type of 2D
float-typed vectors. |
interface |
PVector3FType<T>
The type of 3D
float-typed vectors. |
interface |
PVector4FType<T>
The type of 4D
float-typed vectors. |
interface |
PVectorReadable2FType<T>
The type of 2D
float-typed vectors. |
interface |
PVectorReadable3FType<T>
The type of 3D
float-typed vectors. |
interface |
PVectorReadable4FType<T>
The type of 4D
float-typed vectors. |
| Modifier and Type | Class and Description |
|---|---|
class |
PVector2F<T>
The type of 2D
float-typed vectors. |
class |
PVector3F<T>
The type of 3D
float-typed vectors. |
class |
PVector4F<T>
The type of 4D
float-typed vectors. |
| Modifier and Type | Method and Description |
|---|---|
PVector4F.Builder<T> |
PVector4F.Builder.from(VectorReadable2FType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType instance. |
PVector3F.Builder<T> |
PVector3F.Builder.from(VectorReadable2FType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType instance. |
PVector2F.Builder<T> |
PVector2F.Builder.from(VectorReadable2FType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Vector2FType
The type of 2D
float-typed vectors. |
interface |
Vector3FType
The type of 3D
float-typed vectors. |
interface |
Vector4FType
The type of 4D
float-typed vectors. |
interface |
VectorReadable3FType
The type of 3D
float-typed vectors. |
interface |
VectorReadable4FType
The type of 4D
float-typed vectors. |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector2F
The type of 2D
float-typed vectors. |
class |
Vector3F
The type of 3D
float-typed vectors. |
class |
Vector4F
The type of 4D
float-typed vectors. |
| Modifier and Type | Method and Description |
|---|---|
Vector4F.Builder |
Vector4F.Builder.from(VectorReadable2FType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType instance. |
Vector3F.Builder |
Vector3F.Builder.from(VectorReadable2FType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType instance. |
Vector2F.Builder |
Vector2F.Builder.from(VectorReadable2FType instance)
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2FType instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com