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