| Package | Description |
|---|---|
| com.io7m.jcoords.core.conversion |
Functions for converting coordinates between spaces.
|
| Modifier and Type | Method and Description |
|---|---|
CAxis |
CAxisSystemType.forward() |
CAxis |
CAxisSystem.forward() |
static CAxis |
CAxis.of(String name)
Parse an axis.
|
CAxis |
CAxisSystemType.right() |
CAxis |
CAxisSystem.right() |
CAxis |
CAxisSystemType.up() |
CAxis |
CAxisSystem.up() |
static CAxis |
CAxis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CAxis[] |
CAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CAxisSystem |
CAxisSystem.of(CAxis right,
CAxis up,
CAxis forward)
Construct a new immutable
CAxisSystem instance. |
CAxisSystem.Builder |
CAxisSystem.Builder.setForward(CAxis forward)
Initializes the value for the
forward attribute. |
CAxisSystem.Builder |
CAxisSystem.Builder.setRight(CAxis right)
Initializes the value for the
right attribute. |
CAxisSystem.Builder |
CAxisSystem.Builder.setUp(CAxis up)
Initializes the value for the
up attribute. |
CAxisSystem |
CAxisSystem.withForward(CAxis value)
Copy the current immutable object by setting a value for the
forward attribute. |
CAxisSystem |
CAxisSystem.withRight(CAxis value)
Copy the current immutable object by setting a value for the
right attribute. |
CAxisSystem |
CAxisSystem.withUp(CAxis value)
Copy the current immutable object by setting a value for the
up attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com