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