| Package | Description |
|---|---|
| com.io7m.jtensors.core.parameterized.matrices |
Parameterized matrix types.
|
| com.io7m.jtensors.core.unparameterized.matrices |
Unparameterized matrix types.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PMatrix4x4FType<A,B> |
The type of 4x4
float-typed matrices. |
interface |
PMatrixReadable4x4FType<A,B> |
The type of 4x4
float-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PMatrix4x4F<A,B> |
The type of 4x4
float-typed matrices. |
| Modifier and Type | Method | Description |
|---|---|---|
PMatrix4x4F.Builder<A,B> |
PMatrix4x4F.Builder.from(MatrixReadable4x4FType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4FType instance. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Matrix4x4FType |
The type of 4x4
float-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Matrix4x4F |
The type of 4x4
float-typed matrices. |
| Modifier and Type | Method | Description |
|---|---|---|
Matrix4x4F.Builder |
Matrix4x4F.Builder.from(MatrixReadable4x4FType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4FType instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com