inverted
Inverts this matrix.
Matrix inversion is a mathematical operation that reverses the effects of a transformation represented by the matrix. When a matrix is inverted, applying the original transformation followed by its inverse results in no net change to the object or space being transformed.
Return
The inverted matrix.