| Package | Description |
|---|---|
| com.io7m.jtensors.core.parameterized.matrices |
Parameterized matrix types.
|
| com.io7m.jtensors.core.parameterized.vectors |
Parameterized vector types.
|
| com.io7m.jtensors.core.quaternions |
Quaternion types.
|
| com.io7m.jtensors.core.unparameterized.matrices |
Unparameterized matrix types.
|
| com.io7m.jtensors.core.unparameterized.vectors |
Unparameterized vector types.
|
| com.io7m.jtensors.orthonormalization |
Functions for orthonormalizing sets of vectors.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PMatrix2x2DType<A,B> |
The type of 2x2
double-typed matrices. |
interface |
PMatrix2x2FType<A,B> |
The type of 2x2
float-typed matrices. |
interface |
PMatrix3x3DType<A,B> |
The type of 3x3
double-typed matrices. |
interface |
PMatrix3x3FType<A,B> |
The type of 3x3
float-typed matrices. |
interface |
PMatrix4x4DType<A,B> |
The type of 4x4
double-typed matrices. |
interface |
PMatrix4x4FType<A,B> |
The type of 4x4
float-typed matrices. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PVector2DType<T> |
The type of 2D
double-typed vectors. |
interface |
PVector2FType<T> |
The type of 2D
float-typed vectors. |
interface |
PVector2IType<T> |
The type of 2D
int-typed vectors. |
interface |
PVector2LType<T> |
The type of 2D
long-typed vectors. |
interface |
PVector3DType<T> |
The type of 3D
double-typed vectors. |
interface |
PVector3FType<T> |
The type of 3D
float-typed vectors. |
interface |
PVector3IType<T> |
The type of 3D
int-typed vectors. |
interface |
PVector3LType<T> |
The type of 3D
long-typed vectors. |
interface |
PVector4DType<T> |
The type of 4D
double-typed vectors. |
interface |
PVector4FType<T> |
The type of 4D
float-typed vectors. |
interface |
PVector4IType<T> |
The type of 4D
int-typed vectors. |
interface |
PVector4LType<T> |
The type of 4D
long-typed vectors. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Quaternion4DType |
The type of 4D
double-typed quaternions. |
interface |
Quaternion4FType |
The type of 4D
float-typed quaternions. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Matrix2x2DType |
The type of 2x2
double-typed matrices. |
interface |
Matrix2x2FType |
The type of 2x2
float-typed matrices. |
interface |
Matrix3x3DType |
The type of 3x3
double-typed matrices. |
interface |
Matrix3x3FType |
The type of 3x3
float-typed matrices. |
interface |
Matrix4x4DType |
The type of 4x4
double-typed matrices. |
interface |
Matrix4x4FType |
The type of 4x4
float-typed matrices. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Vector2DType |
The type of 2D
double-typed vectors. |
interface |
Vector2FType |
The type of 2D
float-typed vectors. |
interface |
Vector2IType |
The type of 2D
int-typed vectors. |
interface |
Vector2LType |
The type of 2D
long-typed vectors. |
interface |
Vector3DType |
The type of 3D
double-typed vectors. |
interface |
Vector3FType |
The type of 3D
float-typed vectors. |
interface |
Vector3IType |
The type of 3D
int-typed vectors. |
interface |
Vector3LType |
The type of 3D
long-typed vectors. |
interface |
Vector4DType |
The type of 4D
double-typed vectors. |
interface |
Vector4FType |
The type of 4D
float-typed vectors. |
interface |
Vector4IType |
The type of 4D
int-typed vectors. |
interface |
Vector4LType |
The type of 4D
long-typed vectors. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Orthonormalized3DType |
A set of vectors that are orthogonal to each other and are normalized.
|
interface |
Orthonormalized4DType |
A set of vectors that are orthogonal to each other and are normalized.
|
interface |
POrthonormalized3DType<T> |
A set of vectors that are orthogonal to each other and are normalized.
|
interface |
POrthonormalized4DType<T> |
A set of vectors that are orthogonal to each other and are normalized.
|
Copyright © 2017 <code@io7m.com> http://io7m.com