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