public final class CAxisSystemConversions extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D |
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 |
createMatrix4x4D(CAxisSystemType source,
CAxisSystemType target) |
Construct a 4x4 matrix to convert coordinates in system
source
to system target. |
public static com.io7m.jtensors.core.unparameterized.matrices.Matrix3x3D createMatrix3x3D(CAxisSystemType source, CAxisSystemType target)
source
to system target.source - The source coordinate systemtarget - The target coordinate systempublic static com.io7m.jtensors.core.unparameterized.matrices.Matrix4x4D createMatrix4x4D(CAxisSystemType source, CAxisSystemType target)
source
to system target.source - The source coordinate systemtarget - The target coordinate systemCopyright © 2017 <code@io7m.com> http://io7m.com