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