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