| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
R2InstanceSingle |
R2InstanceSingle.Builder.build()
Builds a new
R2InstanceSingle. |
static R2InstanceSingle |
R2InstanceSingle.copyOf(R2InstanceSingleType instance)
Creates an immutable copy of a
R2InstanceSingleType value. |
static R2InstanceSingle |
R2InstanceSingle.of(long instanceID,
com.io7m.jcanephora.core.JCGLArrayObjectUsableType arrayObject,
R2TransformReadableType transform,
com.io7m.jtensors.parameterized.PMatrixReadable3x3FType<R2SpaceTextureType,R2SpaceTextureType> uvMatrix)
Construct a new immutable
R2InstanceSingle instance. |
R2InstanceSingle |
R2InstanceSingle.withArrayObject(com.io7m.jcanephora.core.JCGLArrayObjectUsableType value)
Copy the current immutable object by setting a value for the
arrayObject attribute. |
R2InstanceSingle |
R2InstanceSingle.withInstanceID(long value)
Copy the current immutable object by setting a value for the
instanceID attribute. |
R2InstanceSingle |
R2InstanceSingle.withTransform(R2TransformReadableType value)
Copy the current immutable object by setting a value for the
transform attribute. |
R2InstanceSingle |
R2InstanceSingle.withUvMatrix(com.io7m.jtensors.parameterized.PMatrixReadable3x3FType<R2SpaceTextureType,R2SpaceTextureType> value)
Copy the current immutable object by setting a value for the
uvMatrix attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com