| Package | Description |
|---|---|
| com.io7m.r2.meshes |
Common mesh types.
|
| Modifier and Type | Method and Description |
|---|---|
static R2MeshBasicVertex |
R2MeshBasicVertex.copyOf(R2MeshBasicVertexType instance)
Creates an immutable copy of a
R2MeshBasicVertexType value. |
static R2MeshBasicVertex |
R2MeshBasicVertex.of(long positionIndex,
long normalIndex,
long uvIndex)
Construct a new immutable
R2MeshBasicVertex instance. |
R2MeshBasicVertex |
R2MeshBasicVertex.withNormalIndex(long value)
Copy the current immutable object by setting a value for the
normalIndex attribute. |
R2MeshBasicVertex |
R2MeshBasicVertex.withPositionIndex(long value)
Copy the current immutable object by setting a value for the
positionIndex attribute. |
R2MeshBasicVertex |
R2MeshBasicVertex.withUvIndex(long value)
Copy the current immutable object by setting a value for the
uvIndex attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com