Inverts the current ZMatrix4 instance in place.
This method updates the current matrix to its inverse, altering the original matrix data. If the matrix is not invertible (i.e., its determinant is zero), no changes to the matrix will be applied and false will be returned.