| Package | Description |
|---|---|
| com.io7m.jcoords.core.conversion |
Functions for converting coordinates between spaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CAxisSystem
An arrangement of orthonormal axes forming a Cartesian coordinate system.
|
| Modifier and Type | Method and Description |
|---|---|
static CAxisSystem |
CAxisSystem.copyOf(CAxisSystemType instance)
Creates an immutable copy of a
CAxisSystemType value. |
static com.io7m.jtensors.Matrix3x3DType |
CAxisSystemConversions.createMatrix3x3D(com.io7m.jtensors.MatrixM3x3D.ContextMM3D context,
CAxisSystemType source,
CAxisSystemType target)
Construct a 3x3 matrix to convert coordinates in system
source
to system target. |
static com.io7m.jtensors.Matrix4x4DType |
CAxisSystemConversions.createMatrix4x4D(com.io7m.jtensors.MatrixM4x4D.ContextMM4D context,
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