| Package | Description |
|---|---|
| com.io7m.jtensors.core.unparameterized.matrices |
Unparameterized matrix types.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Matrix4x4D.Builder |
Matrix4x4D.builder() |
Creates a builder for
Matrix4x4D. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.from(Matrix4x4DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4DType instance. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.from(MatrixReadable4x4DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType instance. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR0c0(double r0c0) |
Initializes the value for the
r0c0 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR0c1(double r0c1) |
Initializes the value for the
r0c1 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR0c2(double r0c2) |
Initializes the value for the
r0c2 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR0c3(double r0c3) |
Initializes the value for the
r0c3 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR1c0(double r1c0) |
Initializes the value for the
r1c0 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR1c1(double r1c1) |
Initializes the value for the
r1c1 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR1c2(double r1c2) |
Initializes the value for the
r1c2 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR1c3(double r1c3) |
Initializes the value for the
r1c3 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR2c0(double r2c0) |
Initializes the value for the
r2c0 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR2c1(double r2c1) |
Initializes the value for the
r2c1 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR2c2(double r2c2) |
Initializes the value for the
r2c2 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR2c3(double r2c3) |
Initializes the value for the
r2c3 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR3c0(double r3c0) |
Initializes the value for the
r3c0 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR3c1(double r3c1) |
Initializes the value for the
r3c1 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR3c2(double r3c2) |
Initializes the value for the
r3c2 attribute. |
Matrix4x4D.Builder |
Matrix4x4D.Builder.setR3c3(double r3c3) |
Initializes the value for the
r3c3 attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com