Module gfx.math.inverse

Matrix determinant and inverse

Functions

NameDescription
affineInverse(m) Fast matrix inverse for affine matrices
determinant(m) Compute the determinant of a matrix.
inverse(m) Compute the inverse of a matrix
inverseTranspose(m) Compute the invert transpose of a matrix