| Package | Description |
|---|---|
| com.io7m.jcoords.core.conversion |
Functions for converting coordinates between spaces.
|
| Modifier and Type | Method | Description |
|---|---|---|
CAxisSystem |
CAxisSystem.Builder.build() |
Builds a new
CAxisSystem. |
static CAxisSystem |
CAxisSystem.copyOf(CAxisSystemType instance) |
Creates an immutable copy of a
CAxisSystemType value. |
static CAxisSystem |
CAxisSystem.of(CAxis right,
CAxis up,
CAxis forward) |
Construct a new immutable
CAxisSystem instance. |
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. |
| Modifier and Type | Method | Description |
|---|---|---|
static CAxisSystemHandedness |
CAxisSystemHandedness.ofSystem(CAxisSystem system) |
Determine the handedness of the coordinate system formed by the given axes.
|
Copyright © 2017 <code@io7m.com> http://io7m.com