public final class CAxisSystemConversions extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.io7m.jtensors.Matrix3x3DType |
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 |
createMatrix4x4D(com.io7m.jtensors.MatrixM4x4D.ContextMM4D context,
CAxisSystemType source,
CAxisSystemType target)
Construct a 4x4 matrix to convert coordinates in system
source
to system target. |
public static com.io7m.jtensors.Matrix3x3DType createMatrix3x3D(com.io7m.jtensors.MatrixM3x3D.ContextMM3D context,
CAxisSystemType source,
CAxisSystemType target)
source
to system target.context - A matrix contextsource - The source coordinate systemtarget - The target coordinate systempublic static com.io7m.jtensors.Matrix4x4DType createMatrix4x4D(com.io7m.jtensors.MatrixM4x4D.ContextMM4D context,
CAxisSystemType source,
CAxisSystemType target)
source
to system target.context - A matrix contextsource - The source coordinate systemtarget - The target coordinate systemCopyright © 2017 <code@io7m.com> http://io7m.com