| Package | Description |
|---|---|
| com.io7m.jtensors.parameterized |
Parameterized vector and matrix types.
|
| Modifier and Type | Method and Description |
|---|---|
static <T0,T1> PMatrixI4x4F<T0,T1> |
PMatrixI4x4F.identity() |
static <T0,T1> PMatrixI4x4F<T0,T1> |
PMatrixI4x4F.newFromColumns(VectorReadable4FType column_0,
VectorReadable4FType column_1,
VectorReadable4FType column_2,
VectorReadable4FType column_3)
Construct a new immutable 4x4 matrix from the given columns.
|
static <T0,T1> PMatrixI4x4F<T0,T1> |
PMatrixI4x4F.newFromReadable(PMatrixReadable4x4FType<T0,T1> m)
Construct a new immutable 4x4 matrix from the given readable 4x4 matrix.
|
static <T0,T1> PMatrixI4x4F<T0,T1> |
PMatrixI4x4F.newFromReadableUntyped(MatrixReadable4x4FType m)
Construct a new immutable 4x4 matrix from the given readable 4x4 matrix.
|
Copyright © 2015 <code@io7m.com> http://io7m.com