| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
R2TransformOTReadableType
A readable transform that exposes an orientation, followed by a translation.
|
interface |
R2TransformOTType
The type of transforms represented by an orientation, followed by a
translation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2TransformIdentity
A transform that always yields an identity matrix.
|
class |
R2TransformOT
A transform represented by an orientation, followed by a translation.
|
class |
R2TransformSOT
A transform represented by an scale, followed by an orientation, followed
by a translation.
|
class |
R2TransformST
A transform represented by a scale, followed by a translation.
|
class |
R2TransformT
A transform represented by a translation.
|
| Modifier and Type | Method and Description |
|---|---|
static R2TransformOrthogonalReadableType |
R2TransformIdentity.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
R2WatchableType<R2TransformOrthogonalReadableType> |
R2TransformT.transformOrthogonalGetWatchable() |
R2WatchableType<R2TransformOrthogonalReadableType> |
R2TransformST.transformOrthogonalGetWatchable() |
R2WatchableType<R2TransformOrthogonalReadableType> |
R2TransformSOT.transformOrthogonalGetWatchable() |
R2WatchableType<R2TransformOrthogonalReadableType> |
R2TransformOrthogonalReadableType.transformOrthogonalGetWatchable() |
R2WatchableType<R2TransformOrthogonalReadableType> |
R2TransformOT.transformOrthogonalGetWatchable() |
R2WatchableType<R2TransformOrthogonalReadableType> |
R2TransformIdentity.transformOrthogonalGetWatchable() |
| Modifier and Type | Method and Description |
|---|---|
int |
R2InstanceBatchedDynamicType.enableInstance(R2TransformOrthogonalReadableType t)
Enable rendering of an instance with transform
t |
int |
R2InstanceBatchedDynamic.enableInstance(R2TransformOrthogonalReadableType t) |
Copyright © 2017 <code@io7m.com> http://io7m.com