| Package | Description |
|---|---|
| com.io7m.jtensors |
Core vector and matrix types.
|
| com.io7m.jtensors.bytebuffered |
ByteBuffer backed tensors. |
| com.io7m.jtensors.bytebuffered.parameterized |
ByteBuffer backed parameterized tensors. |
| com.io7m.jtensors.parameterized |
Parameterized vector and matrix types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VectorM2F
A two-dimensional mutable vector type with
float elements. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuaternionByteBuffered4FType
The type of
Quaternion4FType values that are also byte buffered. |
interface |
VectorByteBuffered2FType
The type of
Vector2FType values that are also byte buffered. |
interface |
VectorByteBuffered3FType
The type of
Vector3FType values that are also byte buffered. |
interface |
VectorByteBuffered4FType
The type of
Vector4FType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuaternionByteBufferedM4F
A quaternion type with
float elements, packed into a ByteBuffer. |
class |
VectorByteBufferedM2F
A two-element vector type with
float elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM3F
A four-element vector type with
float elements, packed into a
ByteBuffer. |
class |
VectorByteBufferedM4F
A four-element vector type with
float elements, packed into a
ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PVectorByteBuffered2FType<T>
The type of
PVector2FType values that are also byte buffered. |
interface |
PVectorByteBuffered3FType<T>
The type of
PVector3FType values that are also byte buffered. |
interface |
PVectorByteBuffered4FType<T>
The type of
PVector4FType values that are also byte buffered. |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorByteBufferedM2F<T>
A two-element vector type with
float elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM3F<T>
A four-element vector type with
float elements, packed into a
ByteBuffer. |
class |
PVectorByteBufferedM4F<T>
A four-element vector type with
float elements, packed into a
ByteBuffer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PVector2FType<T>
The type of two-element vectors that are both readable and writable, and
have
float elements |
| Modifier and Type | Class and Description |
|---|---|
class |
PVectorM2F<T>
A two-dimensional mutable vector type with
float elements. |
Copyright © 2015 <code@io7m.com> http://io7m.com