| Package | Description |
|---|---|
| com.io7m.jcoords.core.conversion |
Functions for converting coordinates between spaces.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CAxisSystem |
An arrangement of orthonormal axes forming a Cartesian coordinate system.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CAxisSystem |
CAxisSystem.copyOf(CAxisSystemType instance) |
Creates an immutable copy of a
CAxisSystemType value. |
static com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D |
CAxisSystemConversions.createMatrix3x3D(CAxisSystemType source,
CAxisSystemType target) |
Construct a 3x3 matrix to convert coordinates in system
source
to system target. |
static com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D |
CAxisSystemConversions.createMatrix4x4D(CAxisSystemType source,
CAxisSystemType target) |
Construct a 4x4 matrix to convert coordinates in system
source
to system target. |
CAxisSystem.Builder |
CAxisSystem.Builder.from(CAxisSystemType instance) |
Fill a builder with attribute values from the provided
CAxisSystemType instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com