| Package | Description |
|---|---|
| com.io7m.jtensors.parameterized |
Parameterized vector and matrix types.
|
| Modifier and Type | Method and Description |
|---|---|
static <T0,T1,MOUT extends PMatrixWritable4x4DType<T1,T0>> |
PMatrixM4x4D.invert(PMatrixM4x4D.ContextPM4D context,
PMatrixReadable4x4DType<T0,T1> m,
MOUT out)
Calculate the inverse of the matrix
m, saving the resulting matrix
to out. |
static <T0,T1,V extends PVectorWritable4DType<T1>> |
PMatrixM4x4D.multiplyVector4D(PMatrixM4x4D.ContextPM4D context,
PMatrixReadable4x4DType<T0,T1> m,
PVectorReadable4DType<T0> v,
V out)
Multiply the matrix
m with the vector v, writing the
resulting vector to out. |
Copyright © 2017 <code@io7m.com> http://io7m.com